mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
initialize tasks
This commit is contained in:
parent
d5f29a212f
commit
48018d2194
5
tasks/tasks.coffee
Normal file
5
tasks/tasks.coffee
Normal file
@ -0,0 +1,5 @@
|
||||
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