mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-13 06:06:51 +00:00
7 lines
282 B
CoffeeScript
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"]
|
|
|