From 0046553065330e332a1d4deab14ce091e4f74d03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Sat, 17 Oct 2015 21:14:34 -0400 Subject: [PATCH] Build: Add `grunt jenkins` task --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) 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" ]); -- 2.39.5