Build: Include grunt tasks files in jscs task

This commit is contained in:
Jörn Zaefferer 2014-03-12 10:35:15 +01:00
parent 13be9205e1
commit 4752ee9a6c
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ grunt.initConfig({
ui: [ "ui/*.js", "!ui/datepicker.js", "!ui/sortable.js", "!ui/resizable.js" ], 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 // TODO enable this once we have a tool that can help with fixing formatting of existing files
// tests: "tests/unit/**/*.js", // tests: "tests/unit/**/*.js",
grunt: "Gruntfile.js" grunt: [ "Gruntfile.js", "build/tasks/*.js" ]
}, },
uglify: minify, uglify: minify,
htmllint: { htmllint: {