Changes between Version 1 and Version 2 of Ticket #41870
- Timestamp:
- 09/13/2017 06:21:36 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41870 – Description
v1 v2 5 5 Depends on #40894 which replaces Browserify with Webpack in core. 6 6 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. 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. The same goes for the `htmlhint-kses` script.