show grunt stacktrace

This commit is contained in:
Frederic Heem 2015-09-24 11:03:17 +01:00
parent 8539ff241f
commit 7620f16c54
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
module.exports = (grunt) ->
grunt.option 'stack', true
grunt.loadNpmTasks "grunt-embark"
grunt.loadTasks "tasks"
@ -111,4 +112,3 @@ module.exports = (grunt) ->
grunt.registerTask "deploy", ["coffee", "deploy_contracts", "concat", "copy", "server", "watch"]
grunt.registerTask "build", ["clean", "deploy_contracts", "coffee", "concat", "uglify", "copy"]