Skip to content

Commit

Permalink
Moved doc task to the end of the default task chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Dec 3, 2013
1 parent a4e74ad commit 0efdd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/default_task.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Lint and build CSS
module.exports = function(grunt) {
grunt.registerTask('default', ['docs','jshint:source', 'less:src']);
grunt.registerTask('default', ['jshint:source', 'less:src', 'docs']);
};

0 comments on commit 0efdd46

Please sign in to comment.