Ticket #26615: 26615-exclude-wp-content.patch
File 26615-exclude-wp-content.patch, 392 bytes (added by , 11 years ago) |
---|
-
Gruntfile.js
303 303 }, 304 304 build: { 305 305 files: { 306 src: BUILD_DIR + '/**/*.js' 306 src: [ 307 BUILD_DIR + '/**/*.js', 308 '!' + BUILD_DIR + '/wp-content/**/*.js', 309 ] 307 310 } 308 } 311 } 309 312 }, 310 313 watch: { 311 314 all: {