Make WordPress Core


Ignore:
Timestamp:
10/19/2018 06:05:13 AM (8 years ago)
Author:
pento
Message:

Build Tools: Copy package JavaScript and CSS into wp-includes.

  • grunt webpack:dev now copies packages JS into /src/wp-includes/js/dist, and CSS into /src/wp-includes/css/dist.
  • grunt webpack:prod does the same, but into /build instead of /src.
  • grunt build now runs the webpack:prod task.

Props atimmer, pento.
Fixes #45119.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/.gitignore

    r43748 r43760  
    1919/jsdoc
    2020/vendor
     21/src/wp-includes/js/dist
     22/src/wp-includes/css/dist
    2123
    2224# Files and folders that get created in wp-content
Note: See TracChangeset for help on using the changeset viewer.