diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-06-10 15:32:25 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-06-25 13:48:49 -0400 |
commit | 72e61925179aac67df234c46b94fcac829142897 (patch) | |
tree | 17215698bfc8586cc72a06cfdacc5a395b4c1f8b /.jscsrc | |
parent | 62f7f7be9bd6cb1f9f85dfa22af29b8a20e6d72a (diff) | |
download | jquery-72e61925179aac67df234c46b94fcac829142897.tar.gz jquery-72e61925179aac67df234c46b94fcac829142897.zip |
Build: Move all external libraries to external directory
Closes gh-1593
Conflicts:
Gruntfile.js
test/index.html
Diffstat (limited to '.jscsrc')
-rw-r--r-- | .jscsrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ { "preset": "jquery", - "excludeFiles": [ "src/intro.js", "src/outro.js", "src/sizzle/**/*" ] + "excludeFiles": [ "external", "src/intro.js", "src/outro.js" ] } |