Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26615, comment 2


Ignore:
Timestamp:
01/19/2014 11:18:38 AM (11 years ago)
Author:
TobiasBg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26615, comment 2

    initial v1  
    1 The `src` checks too many files here. `BUILD_DIR + '/**/*.js' ` includes JS files of plugins (or other stuff in `wp-content`).
     1The `src` checks too many files here. `BUILD_DIR + '/**/*.js'` includes JS files of plugins (or other stuff in `wp-content`).
    22Not 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).