Skip to content

Commit 3984655

Browse files
committed
Update build script
1 parent d423707 commit 3984655

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gruntfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ module.exports = function( grunt ) {
2525
// ⚠️ Warning: These paths are passed straight to rm command in the shell, without any escaping.
2626
const productionVendorExcludedFilePatterns = [
2727
'composer.*',
28-
'patches',
2928
'lib',
3029
'vendor/*/*/.editorconfig',
3130
'vendor/*/*/.git',
@@ -164,7 +163,6 @@ module.exports = function( grunt ) {
164163
paths.push( 'assets/js/**/*.js' );
165164
paths.push( 'assets/js/**/*.asset.php' );
166165
paths.push( 'assets/css/*.css' );
167-
paths.push( 'patches/*.patch' );
168166

169167
if ( 'development' === process.env.NODE_ENV ) {
170168
paths.push( 'assets/js/**/*.js.map' );

0 commit comments

Comments
 (0)