mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
show grunt stacktrace
This commit is contained in:
parent
8539ff241f
commit
7620f16c54
@ -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"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user