aboutsummaryrefslogtreecommitdiffstats
path: root/.jscsrc
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-06-10 15:32:25 -0400
committerTimmy Willison <timmywillisn@gmail.com>2014-06-25 13:48:49 -0400
commit72e61925179aac67df234c46b94fcac829142897 (patch)
tree17215698bfc8586cc72a06cfdacc5a395b4c1f8b /.jscsrc
parent62f7f7be9bd6cb1f9f85dfa22af29b8a20e6d72a (diff)
downloadjquery-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--.jscsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.jscsrc b/.jscsrc
index 27f14e6e0..fa91a9d9e 100644
--- a/.jscsrc
+++ b/.jscsrc
@@ -1,5 +1,5 @@
{
"preset": "jquery",
- "excludeFiles": [ "src/intro.js", "src/outro.js", "src/sizzle/**/*" ]
+ "excludeFiles": [ "external", "src/intro.js", "src/outro.js" ]
}