]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Add `grunt jenkins` task
authorScott González <scott.gonzalez@gmail.com>
Sun, 18 Oct 2015 01:14:34 +0000 (21:14 -0400)
committerScott González <scott.gonzalez@gmail.com>
Sun, 18 Oct 2015 01:14:39 +0000 (21:14 -0400)
Gruntfile.js

index 8a5affe01546cc4b8032a1fa80672490083db8e3..40c35b17f74bc1222c95427abea76d547db7658f 100644 (file)
@@ -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" ]);