Updating Grunt commands
This commit is contained in:
@ -60,6 +60,8 @@ module.exports = function(grunt) {
|
||||
grunt.loadNpmTasks('grunt-contrib-coffee');
|
||||
|
||||
// CLI tasks.
|
||||
grunt.registerTask('default', ['sass', 'coffee']);
|
||||
grunt.registerTask('build', ['sass', 'coffee']);
|
||||
grunt.registerTask('dev', ['watch']);
|
||||
grunt.registerTask('default', ['build']);
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user