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 729a04a commit fad6040Copy full SHA for fad6040
1 file changed
Gruntfile.js
@@ -27,6 +27,7 @@ module.exports = function( grunt ) {
27
// ⚠️ Warning: These paths are passed straight to rm command in the shell, without any escaping.
28
const productionVendorExcludedFilePatterns = [
29
'composer.*',
30
+ 'patches',
31
'vendor/*/*/.editorconfig',
32
'vendor/*/*/.gitignore',
33
'vendor/*/*/composer.*',
@@ -150,6 +151,7 @@ module.exports = function( grunt ) {
150
151
paths.push( 'assets/js/*.js' ); // @todo Also include *.map files?
152
paths.push( 'assets/js/*.asset.php' );
153
paths.push( 'assets/css/*.css' );
154
+ paths.push( 'patches/*.patch' );
155
156
grunt.config.set( 'copy', {
157
build: {
0 commit comments