Make WordPress Core

Changeset 43817


Ignore:
Timestamp:
10/24/2018 09:56:30 AM (5 years ago)
Author:
atimmer
Message:

Build tools: Build webpack dev in grunt build.

For the WordPress zip we need both the minified and non-minified files. This is because of SCRIPT_DEBUG. So in grunt build we need to do both grunt webpack:prod and grunt webpack:dev.

Props bordoni.
Fixes #45156.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/Gruntfile.js

    r43783 r43817  
    938938        'usebanner',
    939939        'webpack:prod',
     940        'webpack:dev',
    940941        'jsvalidate:build'
    941942    ] );
Note: See TracChangeset for help on using the changeset viewer.