aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-10-17 12:34:13 -0400
committerScott González <scott.gonzalez@gmail.com>2012-10-17 20:51:05 -0400
commit390510c7059d98d68cfe082530051c476ee08be4 (patch)
tree119c0118c824b114980f473c4b8b089426f96399 /grunt.js
parent35dc9307fc2ce5d2016e8848fdc578829867f97e (diff)
downloadjquery-ui-390510c7059d98d68cfe082530051c476ee08be4.tar.gz
jquery-ui-390510c7059d98d68cfe082530051c476ee08be4.zip
Build: Include ui/.jshintrc. Fixes #8687 - .jshintrc files not copied to dist.
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/grunt.js b/grunt.js
index 08647a7a1..1430fc525 100644
--- a/grunt.js
+++ b/grunt.js
@@ -161,6 +161,7 @@ grunt.initConfig({
"package.json",
"*.jquery.json",
"ui/**/*",
+ "ui/.jshintrc",
"demos/**/*",
"themes/**/*",
"external/**/*",