aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2014-03-12 10:35:15 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-03-12 10:35:15 +0100
commit4752ee9a6c127eed6bbe0958c68426ee34f2c581 (patch)
treefd988e0e35ce146a20c97bc37fc4bd983cf309c7 /Gruntfile.js
parent13be9205e1a0d227ef44ab28aed6d0e18aa5cf69 (diff)
downloadjquery-ui-4752ee9a6c127eed6bbe0958c68426ee34f2c581.tar.gz
jquery-ui-4752ee9a6c127eed6bbe0958c68426ee34f2c581.zip
Build: Include grunt tasks files in jscs task
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 08e89f90b..c312e313e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -160,7 +160,7 @@ grunt.initConfig({
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
// tests: "tests/unit/**/*.js",
- grunt: "Gruntfile.js"
+ grunt: [ "Gruntfile.js", "build/tasks/*.js" ]
},
uglify: minify,
htmllint: {