aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index e1638dcb6..6a711962b 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -221,6 +221,7 @@ grunt.initConfig({
all: {
options: {
clean: true,
+ ignore: [ "jquery" ],
destPrefix: "external"
},
files: {
@@ -233,8 +234,8 @@ grunt.initConfig({
"jshint/jshint.js": "jshint/dist/jshint.js",
"jshint/LICENSE": "jshint/LICENSE",
- "jquery/jquery.js": "jquery/jquery.js",
- "jquery/MIT-LICENSE.txt": "jquery/MIT-LICENSE.txt",
+ "jquery/jquery.js": "jquery-1.x/jquery.js",
+ "jquery/MIT-LICENSE.txt": "jquery-1.x/MIT-LICENSE.txt",
"jquery-1.6.0/jquery.js": "jquery-1.6.0/jquery.js",
"jquery-1.6.0/MIT-LICENSE.txt": "jquery-1.6.0/MIT-LICENSE.txt",