initialize tasks

This commit is contained in:
Iuri Matias 2015-05-24 08:49:15 -04:00
parent d5f29a212f
commit 48018d2194
1 changed files with 5 additions and 0 deletions

5
tasks/tasks.coffee Normal file
View 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"]