Skip to:
Content

BuddyPress.org

Changeset 9148 for trunk/.jshintignore


Ignore:
Timestamp:
11/16/2014 03:33:14 PM (12 years ago)
Author:
djpaul
Message:

Build: move list of ignored JS files from the Grunt configuration into the .jshintignore file.

The list of ignored JS files in the Grunt configuration was only used by the jshint task, so let's move these into the recently-introduced (r9146) jshint ignore file.

See #6015

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.jshintignore

    r9146 r9148  
    1 src/bp-forums/bbpress/**/*.js
     1// Deprecated
     2src/bp-forums/bbpress/**/*
     3src/bp-core/deprecated/js/**/*
     4
     5// 3rd party libraries
     6src/bp-core/js/jquery.atwho.js
     7src/bp-core/js/jquery.caret.js
     8src/bp-core/js/jquery-cookie.js
Note: See TracChangeset for help on using the changeset viewer.