Ticket #29968: 29968.patch
| File 29968.patch, 462 bytes (added by , 11 years ago) |
|---|
-
Gruntfile.js
388 489 build: { 389 490 files: { 390 491 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' 393 494 ] 394 495 } 395 496 }