Make WordPress Core

Ticket #31911: 31911.3.patch

File 31911.3.patch, 1.1 KB (added by iseulde, 9 years ago)
  • Gruntfile.js

     
    545545                                        interval: 2000
    546546                                }
    547547                        },
    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: false
    556                                 }
    557                         },
    558548                        config: {
    559549                                files: 'Gruntfile.js'
    560550                        },
     
    686676                }
    687677
    688678                src = [ path.relative( SOURCE_DIR, filepath ) ];
     679
    689680                if ( action === 'deleted' ) {
    690681                        grunt.config( [ 'clean', 'dynamic', 'src' ], src );
    691682                } else {
  • package.json

     
    1111  "devDependencies": {
    1212    "autoprefixer-core": "~5.2.1",
    1313    "grunt": "~0.4.5",
    14     "grunt-browserify": "~3.8.0",
     14    "grunt-browserify": "~4.0.0",
    1515    "grunt-contrib-clean": "~0.6.0",
    1616    "grunt-contrib-compress": "~0.13.0",
    1717    "grunt-contrib-concat": "~0.5.1",