From 7620f16c54a065bec27bc3cbe094c3e328f8ca3e Mon Sep 17 00:00:00 2001 From: Frederic Heem Date: Thu, 24 Sep 2015 11:03:17 +0100 Subject: [PATCH] show grunt stacktrace --- boilerplate/Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boilerplate/Gruntfile.coffee b/boilerplate/Gruntfile.coffee index 150ff372..279c1816 100644 --- a/boilerplate/Gruntfile.coffee +++ b/boilerplate/Gruntfile.coffee @@ -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"] -