10000 Build: Run the bowercopy task in the default task · jquery/jquery-color@7f87d20 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f87d20

Browse files
committed
Build: Run the bowercopy task in the default task
It's quite quick and it missing leads to erroneously forgetting to run it after modifying bower.json.
1 parent 601df0c commit 7f87d20

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Gruntfile.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,13 @@ grunt.registerTask( "testswarm", function( commit, configFile, projectName, brow
257257
);
258258
} );
259259

260-
grunt.registerTask( "default", [ "eslint", "qunit", "build", "compare_size" ] );
260+
grunt.registerTask( "default", [
261+
"eslint",
262+
"bowercopy",
263+
"qunit",
264+
"build",
265+
"compare_size"
266+
] );
261267
grunt.registerTask( "build", [ "max", "concat", "uglify" ] );
262268
grunt.registerTask( "ci", [ "eslint", "qunit" ] );
263269

0 commit comments

Comments
 (0)
0