Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #41870


Ignore:
Timestamp:
09/13/2017 06:21:36 PM (7 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41870 – Description

    v1 v2  
    55Depends on #40894 which replaces Browserify with Webpack in core.
    66
    7 Additionally, the linters are currently being included as separate assets. They are not being minified, other than they are already minified as distributed. These could either benefit from additional uglification or bundling with codemirror if they are not going to be enqueued separately.
     7Additionally, the linters are currently being included as separate assets. They are not being minified, other than they are already minified as distributed. These could either benefit from additional uglification or bundling with codemirror if they are not going to be enqueued separately. The same goes for the `htmlhint-kses` script.