mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Include grunt tasks files in jscs task
This commit is contained in:
parent
13be9205e1
commit
4752ee9a6c
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user