mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 14:54:57 +00:00
show grunt stacktrace
This commit is contained in:
parent
8539ff241f
commit
7620f16c54
@ -1,5 +1,6 @@
|
|||||||
module.exports = (grunt) ->
|
module.exports = (grunt) ->
|
||||||
|
|
||||||
|
grunt.option 'stack', true
|
||||||
grunt.loadNpmTasks "grunt-embark"
|
grunt.loadNpmTasks "grunt-embark"
|
||||||
grunt.loadTasks "tasks"
|
grunt.loadTasks "tasks"
|
||||||
|
|
||||||
@ -111,4 +112,3 @@ module.exports = (grunt) ->
|
|||||||
|
|
||||||
grunt.registerTask "deploy", ["coffee", "deploy_contracts", "concat", "copy", "server", "watch"]
|
grunt.registerTask "deploy", ["coffee", "deploy_contracts", "concat", "copy", "server", "watch"]
|
||||||
grunt.registerTask "build", ["clean", "deploy_contracts", "coffee", "concat", "uglify", "copy"]
|
grunt.registerTask "build", ["clean", "deploy_contracts", "coffee", "concat", "uglify", "copy"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user