Skip to:
Content

BuddyPress.org

Changeset 9566


Ignore:
Timestamp:
02/28/2015 11:36:56 AM (10 years ago)
Author:
djpaul
Message:

Tools: update grunt-contrib-jshint to latest version, and add an existing third party script to JSHint ignore list.

With the new version of JSHint, jquery-scroll-to.js reports errors relating to unused functions.
For now, add this legacy script to the ignore list so that the Grunt build tasks pass.

Fixes #6266, props netweb

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.jshintignore

    r9148 r9566  
    77src/bp-core/js/jquery.caret.js
    88src/bp-core/js/jquery-cookie.js
     9src/bp-core/js/jquery-scroll-to.js
  • trunk/package.json

    r9564 r9566  
    1212    "grunt-contrib-cssmin": "~0.10.0",
    1313    "grunt-contrib-imagemin": "~0.8.0",
    14     "grunt-contrib-jshint": "~0.10.0",
     14    "grunt-contrib-jshint": "~0.11.0",
    1515    "grunt-contrib-uglify": "~0.5.1",
    1616    "grunt-contrib-watch": "~0.6.1",
Note: See TracChangeset for help on using the changeset viewer.