Skip to content

Commit 4752ee9

Browse files
committed
Build: Include grunt tasks files in jscs task
1 parent 13be920 commit 4752ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ grunt.initConfig({
160160
ui: [ "ui/*.js", "!ui/datepicker.js", "!ui/sortable.js", "!ui/resizable.js" ],
161161
// TODO enable this once we have a tool that can help with fixing formatting of existing files
162162
// tests: "tests/unit/**/*.js",
163-
grunt: "Gruntfile.js"
163+
grunt: [ "Gruntfile.js", "build/tasks/*.js" ]
164164
},
165165
uglify: minify,
166166
htmllint: {

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function submit( commit, runs, configFile, extra, done ) {
6363
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
6464
runs: runs,
6565
runMax: config.runMax,
66-
browserSets: ["popular-ui"]
66+
browserSets: [ "popular-ui" ]
6767
}, function( error, passed ) {
6868
if ( error ) {
6969
grunt.log.error( error );

0 commit comments

Comments
 (0)