Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Update Gruntfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl authored Jul 22, 2016
1 parent 45a3b0f commit 2700b5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ module.exports = function(grunt) {

// Default task.
grunt.registerTask('default', 'jshint qunit copy:plugins concat uglify'.split( " " ));

// jenkins stage task.
grunt.registerTask('stage', 'jshint qunit copy:plugins concat uglify'.split( " " ));

// Travis
grunt.registerTask('travis', 'jshint qunit'.split( " " ));
Expand Down

0 comments on commit 2700b5e

Please sign in to comment.