initialize tasks
This commit is contained in:
parent
d5f29a212f
commit
48018d2194
|
@ -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…
Reference in New Issue