diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-10-17 12:34:13 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-17 20:51:05 -0400 |
commit | 390510c7059d98d68cfe082530051c476ee08be4 (patch) | |
tree | 119c0118c824b114980f473c4b8b089426f96399 /grunt.js | |
parent | 35dc9307fc2ce5d2016e8848fdc578829867f97e (diff) | |
download | jquery-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.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -161,6 +161,7 @@ grunt.initConfig({ "package.json", "*.jquery.json", "ui/**/*", + "ui/.jshintrc", "demos/**/*", "themes/**/*", "external/**/*", |