fmartingr
/
shelfzilla
Archived
1
0
Fork 0

grunt compile now bowers

This commit is contained in:
Felipe Martin 2014-04-04 18:00:10 +02:00
parent fb3075fbe2
commit 9e477bd092
1 changed files with 2 additions and 0 deletions

View File

@ -119,9 +119,11 @@ module.exports = (grunt) ->
] ]
grunt.registerTask 'compile', [ grunt.registerTask 'compile', [
"bower",
"less", "coffee", "concat", 'uglify', "clean:development" "less", "coffee", "concat", 'uglify', "clean:development"
] ]
grunt.registerTask 'build', [ grunt.registerTask 'build', [
"bower",
"less", "coffee", "concat", "uglify", 'clean:production' "less", "coffee", "concat", "uglify", 'clean:production'
] ]