Changes between Version 2 and Version 41 of Ticket #41870
- Timestamp:
- 11/02/2017 09:52:52 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41870
-
Property
Status
changed from
new
toassigned
- Property Focuses javascript added
-
Property
Component
changed from
External Libraries
toBuild/Test Tools
- Property Keywords has-patch early needs-testing added; needs-patch removed
-
Property
Milestone
changed from
4.9
to5.0
- Property Owner set to adamsilverstein
-
Property
Type
changed from
enhancement
totask (blessed)
-
Property
Status
changed from
-
Ticket #41870 – Description
v2 v41 5 5 Depends on #40894 which replaces Browserify with Webpack in core. 6 6 7 See also #42424, where we need to fix line-endings for CSSLint. 8 7 9 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.