Make WordPress Core

Changes between Version 2 and Version 41 of Ticket #41870


Ignore:
Timestamp:
11/02/2017 09:52:52 PM (7 years ago)
Author:
westonruter
Comment:

Note: The line endings of CSSLint need to be fixed as part of this. See #42424.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41870

    • Property Status changed from new to assigned
    • Property Focuses javascript added
    • Property Component changed from External Libraries to Build/Test Tools
    • Property Keywords has-patch early needs-testing added; needs-patch removed
    • Property Milestone changed from 4.9 to 5.0
    • Property Owner set to adamsilverstein
    • Property Type changed from enhancement to task (blessed)
  • Ticket #41870 – Description

    v2 v41  
    55Depends on #40894 which replaces Browserify with Webpack in core.
    66
     7See also #42424, where we need to fix line-endings for CSSLint.
     8
    79Additionally, 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.