diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-10-17 21:14:34 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-10-17 21:14:39 -0400 |
commit | 0046553065330e332a1d4deab14ce091e4f74d03 (patch) | |
tree | 4232248ec5fb5d048fe7e3f7f6481d89039a6b8f /Gruntfile.js | |
parent | e6b9b7cc02e3cce578b60fb320152f14d68344c0 (diff) | |
download | jquery-ui-0046553065330e332a1d4deab14ce091e4f74d03.tar.gz jquery-ui-0046553065330e332a1d4deab14ce091e4f74d03.zip |
Build: Add `grunt jenkins` task
Diffstat (limited to 'Gruntfile.js')
-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" ]); |