aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-10-17 21:14:34 -0400
committerScott González <scott.gonzalez@gmail.com>2015-10-17 21:14:39 -0400
commit0046553065330e332a1d4deab14ce091e4f74d03 (patch)
tree4232248ec5fb5d048fe7e3f7f6481d89039a6b8f /Gruntfile.js
parente6b9b7cc02e3cce578b60fb320152f14d68344c0 (diff)
downloadjquery-ui-0046553065330e332a1d4deab14ce091e4f74d03.tar.gz
jquery-ui-0046553065330e332a1d4deab14ce091e4f74d03.zip
Build: Add `grunt jenkins` task
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
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" ]);