Skip to content

Commit db1beaf

Browse files
committed
include coffee-script & sass compilation in default grunt task
1 parent 14c9a17 commit db1beaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ module.exports = (grunt) ->
3939
files: './src/angular-clndr.sass'
4040
tasks: ['sass']
4141

42-
grunt.registerTask('default', ['ngAnnotate', 'uglify'])
42+
grunt.registerTask('default', ['coffee', 'ngAnnotate', 'uglify', 'sass'])
4343
grunt.registerTask('server', ['default', 'connect', 'watch'])

0 commit comments

Comments
 (0)