mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 13:55:45 +00:00
6 lines
227 B
CoffeeScript
6 lines
227 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"]
|
|
|