Changes between Initial Version and Version 1 of Ticket #26615, comment 2
- Timestamp:
- 01/19/2014 11:18:38 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26615, comment 2
initial v1 1 The `src` checks too many files here. `BUILD_DIR + '/**/*.js' 1 The `src` checks too many files here. `BUILD_DIR + '/**/*.js'` includes JS files of plugins (or other stuff in `wp-content`). 2 2 Not only does this cause extra work during a `grunt build`, but it can also raise errors where `.js` files are used for something else (e.g. not holding JS code, but JSON data).