Skip to content

Commit

Permalink
Build: Add grunt jenkins task
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Oct 18, 2015
1 parent e6b9b7c commit 0046553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]);
Expand Down

0 comments on commit 0046553

Please sign in to comment.