Commit 0efdd461 by Rashid Khan

Moved doc task to the end of the default task chain

parent a4e74ad3
// Lint and build CSS
module.exports = function(grunt) {
grunt.registerTask('default', ['docs','jshint:source', 'less:src']);
grunt.registerTask('default', ['jshint:source', 'less:src', 'docs']);
};
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment