From 390510c7059d98d68cfe082530051c476ee08be4 Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Wed, 17 Oct 2012 12:34:13 -0400 Subject: Build: Include ui/.jshintrc. Fixes #8687 - .jshintrc files not copied to dist. --- grunt.js | 1 + 1 file changed, 1 insertion(+) (limited to 'grunt.js') 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/**/*", -- cgit v1.2.3