Skip to content

Commit 0046553

Browse files
committed
Build: Add grunt jenkins task
1 parent e6b9b7c commit 0046553

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ grunt.registerTask( "update-authors", function() {
423423
});
424424

425425
grunt.registerTask( "default", [ "lint", "requirejs", "test" ]);
426+
grunt.registerTask( "jenkins", [ "default", "concat" ]);
426427
grunt.registerTask( "lint", [ "asciilint", "jshint", "jscs", "csslint", "htmllint" ]);
427428
grunt.registerTask( "test", [ "qunit" ]);
428429
grunt.registerTask( "sizer", [ "requirejs:js", "uglify:main", "compare_size:all" ]);

0 commit comments

Comments
 (0)