aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2014-08-22 17:01:50 -0400
committerMike Sherov <mike.sherov@gmail.com>2014-08-22 17:01:50 -0400
commitaa425ab95d6be06337ccb435c1405f6ac38ba8b9 (patch)
tree052c6c49bde3b5d17479fbae726fbed5cdd9bdd4 /Gruntfile.js
parent849c6fd5376e12c6093c557bd4836ef0b145f145 (diff)
downloadjquery-ui-aa425ab95d6be06337ccb435c1405f6ac38ba8b9.tar.gz
jquery-ui-aa425ab95d6be06337ccb435c1405f6ac38ba8b9.zip
Build: Pull in jquery.simulate.js from Bower
Fixes #10563
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index a3d545ce3..72236561f 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -232,6 +232,9 @@ grunt.initConfig({
"jquery-mousewheel/jquery.mousewheel.js": "jquery-mousewheel/jquery.mousewheel.js",
"jquery-mousewheel/LICENSE.txt": "jquery-mousewheel/LICENSE.txt",
+ "jquery-simulate/jquery.simulate.js": "jquery-simulate/jquery.simulate.js",
+ "jquery-simulate/LICENSE.txt": "jquery-simulate/LICENSE.txt",
+
"jshint/jshint.js": "jshint/dist/jshint.js",
"jshint/LICENSE": "jshint/LICENSE",