Skip to:
Content

BuddyPress.org

Changeset 11009 for trunk/.jshintignore


Ignore:
Timestamp:
08/10/2016 02:12:48 PM (8 years ago)
Author:
djpaul
Message:

Move all third-party JS libraries into a vendor folder.

This avoids us having to update the jshintignore each time we add a new script, like I didn't do in r11008.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.jshintignore

    r10448 r11009  
    33
    44// 3rd party libraries
    5 src/bp-core/js/jquery.atwho.js
    6 src/bp-core/js/jquery.caret.js
    7 src/bp-core/js/jquery-cookie.js
    8 src/bp-core/js/jquery-scroll-to.js
     5src/bp-core/js/vendor/**/*
    96src/bp-messages/js/autocomplete/*
Note: See TracChangeset for help on using the changeset viewer.