Changeset 38848
- Timestamp:
- 10/20/2016 10:23:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r38840 r38848 646 646 }); 647 647 648 // Allow builds to be minimal 649 if( grunt.option( 'minimal-copy' ) ) { 650 var copyFilesOptions = grunt.config.get( 'copy.files.files' ); 651 copyFilesOptions[0].src.push( '!wp-content/plugins/**' ); 652 copyFilesOptions[0].src.push( '!wp-content/themes/!(twenty*)/**' ); 653 grunt.config.set( 'copy.files.files', copyFilesOptions ); 654 } 655 656 648 657 // Register tasks. 649 658
Note: See TracChangeset
for help on using the changeset viewer.