diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 5f9efd32b..a3d545ce3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -159,9 +159,9 @@ grunt.initConfig({ } }, jscs: { - // datepicker, sortable, resizable and draggable are getting rewritten, ignore until that's done - ui: [ "ui/*.js", "!ui/datepicker.js", "!ui/sortable.js", "!ui/resizable.js" ], - // TODO enable this once we have a tool that can help with fixing formatting of existing files + // datepicker and sortable are getting rewritten, ignore until that's done + ui: [ "ui/*.js", "!ui/datepicker.js", "!ui/sortable.js" ], + // TODO enable this once we have a tool that can auto format files // tests: "tests/unit/**/*.js", grunt: [ "Gruntfile.js", "build/tasks/*.js" ] }, |