diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 09:32:27 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 09:32:27 -0400 |
commit | ffcb27c0c75f8f1bde21c7ff6456535bcfdae6dd (patch) | |
tree | cc9eb2f3d3ec1198a7ed2ebf927ee94311aa4d54 /Gruntfile.js | |
parent | 5053f4ad3dcd0e86d4a082c9302671b6cde39490 (diff) | |
download | jquery-ui-ffcb27c0c75f8f1bde21c7ff6456535bcfdae6dd.tar.gz jquery-ui-ffcb27c0c75f8f1bde21c7ff6456535bcfdae6dd.zip |
Build: update grunt file for .jscsrc
Closes gh-1589
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 5cb98266a..fe6b588b2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -138,7 +138,7 @@ grunt.initConfig({ jscs: { all: { options: { - config: ".jscsrc" + config: true }, files: { src: [ "demos/**/*.js", "build/**/*.js", "tests/**/*.js", "ui/**/*.js" ] |