We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d423707 commit 3984655Copy full SHA for 3984655
Gruntfile.js
@@ -25,7 +25,6 @@ module.exports = function( grunt ) {
25
// ⚠️ Warning: These paths are passed straight to rm command in the shell, without any escaping.
26
const productionVendorExcludedFilePatterns = [
27
'composer.*',
28
- 'patches',
29
'lib',
30
'vendor/*/*/.editorconfig',
31
'vendor/*/*/.git',
@@ -164,7 +163,6 @@ module.exports = function( grunt ) {
164
163
paths.push( 'assets/js/**/*.js' );
165
paths.push( 'assets/js/**/*.asset.php' );
166
paths.push( 'assets/css/*.css' );
167
- paths.push( 'patches/*.patch' );
168
169
if ( 'development' === process.env.NODE_ENV ) {
170
paths.push( 'assets/js/**/*.js.map' );
0 commit comments