diff options
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 8a5affe01..40c35b17f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -423,6 +423,7 @@ grunt.registerTask( "update-authors", function() { }); grunt.registerTask( "default", [ "lint", "requirejs", "test" ]); +grunt.registerTask( "jenkins", [ "default", "concat" ]); grunt.registerTask( "lint", [ "asciilint", "jshint", "jscs", "csslint", "htmllint" ]); grunt.registerTask( "test", [ "qunit" ]); grunt.registerTask( "sizer", [ "requirejs:js", "uglify:main", "compare_size:all" ]); |