Make WordPress Core

Ticket #29968: 29968.patch

File 29968.patch, 462 bytes (added by netweb, 11 years ago)
  • Gruntfile.js

     
    388489                        build: {
    389490                                files: {
    390491                                        src: [
    391                                                 BUILD_DIR + '/**/*.js',
    392                                                 '!' + BUILD_DIR + '/wp-content/**/*.js'
     492                                                BUILD_DIR + 'wp-{admin,includes}/**/*.js',
     493                                                BUILD_DIR + 'wp-content/themes/twenty{ten,eleven,twelve,thirteen,fourteen,fifteen}/**/*.js'
    393494                                        ]
    394495                                }
    395496                        }