embark/tasks/tasks.coffee
2015-06-05 22:54:50 -04:00

7 lines
282 B
CoffeeScript

module.exports = (grunt) ->
grunt.registerTask "deploy", ["coffee", "deploy_contracts", "concat", "copy", "server", "watch"]
grunt.registerTask "build", ["clean", "deploy_contracts", "coffee", "concat", "uglify", "copy"]
grunt.registerTask "release_ipfs", ["build", "ipfs"]