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: {
|
||||||
|
@ -63,7 +63,7 @@ function submit( commit, runs, configFile, extra, done ) {
|
|||||||
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
|
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
|
||||||
runs: runs,
|
runs: runs,
|
||||||
runMax: config.runMax,
|
runMax: config.runMax,
|
||||||
browserSets: ["popular-ui"]
|
browserSets: [ "popular-ui" ]
|
||||||
}, function( error, passed ) {
|
}, function( error, passed ) {
|
||||||
if ( error ) {
|
if ( error ) {
|
||||||
grunt.log.error( error );
|
grunt.log.error( error );
|
||||||
|
Loading…
Reference in New Issue
Block a user