Build: Include ui/.jshintrc. Fixes #8687 - .jshintrc files not copied to dist.

This commit is contained in:
Mike Sherov 2012-10-17 12:34:13 -04:00 committed by Scott González
parent 35dc9307fc
commit 390510c705

View File

@ -161,6 +161,7 @@ grunt.initConfig({
"package.json",
"*.jquery.json",
"ui/**/*",
"ui/.jshintrc",
"demos/**/*",
"themes/**/*",
"external/**/*",