Build: update grunt file for .jscsrc

Closes gh-1589
This commit is contained in:
Alexander Schmitz 2015-09-11 09:32:27 -04:00
parent 5053f4ad3d
commit ffcb27c0c7

View File

@ -138,7 +138,7 @@ grunt.initConfig({
jscs: {
all: {
options: {
config: ".jscsrc"
config: true
},
files: {
src: [ "demos/**/*.js", "build/**/*.js", "tests/**/*.js", "ui/**/*.js" ]