#6266 closed enhancement (fixed)
Update grunt-contrib-jshint to 0.11.0
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Cc: |
Description
Update grunt-contrib-jshint
to v0.11.0
https://github.com/gruntjs/grunt-contrib-jshint/compare/v0.10.0...v0.11.0
Patch includes exclusion for external library src/bp-core/js/jquery-scroll-to.js
in .jshintignore
otherwise various JSHint errors occur due to the updated usage of JSHint v2.6.
I went looking to replace the BP customised version of src/bp-core/js/jquery-scroll-to.js
with the original v1.4.12 source but things appear to not be all ok in that realm, attached is 6266-jquery-scroll-to.diff
of the original source if you wanted to go down that route:
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
In 9566: