Ticket #31911: 31911.3.patch
File 31911.3.patch, 1.1 KB (added by , 9 years ago) |
---|
-
Gruntfile.js
545 545 interval: 2000 546 546 } 547 547 }, 548 browserify: {549 files: [550 SOURCE_DIR + 'wp-includes/js/media/**/*.js',551 '!' + SOURCE_DIR + 'wp-includes/js/media/*.manifest.js'552 ],553 tasks: ['browserify', 'copy:dynamic'],554 options: {555 spawn: false556 }557 },558 548 config: { 559 549 files: 'Gruntfile.js' 560 550 }, … … 686 676 } 687 677 688 678 src = [ path.relative( SOURCE_DIR, filepath ) ]; 679 689 680 if ( action === 'deleted' ) { 690 681 grunt.config( [ 'clean', 'dynamic', 'src' ], src ); 691 682 } else { -
package.json
11 11 "devDependencies": { 12 12 "autoprefixer-core": "~5.2.1", 13 13 "grunt": "~0.4.5", 14 "grunt-browserify": "~ 3.8.0",14 "grunt-browserify": "~4.0.0", 15 15 "grunt-contrib-clean": "~0.6.0", 16 16 "grunt-contrib-compress": "~0.13.0", 17 17 "grunt-contrib-concat": "~0.5.1",