2
0
mirror of https://github.com/embarklabs/embark.git synced 2025-02-20 09:28:37 +00:00

6 lines
227 B
CoffeeScript
Raw Normal View History

2015-05-24 08:49:15 -04:00
module.exports = (grunt) ->
grunt.registerTask "deploy", ["coffee", "deploy_contracts", "concat", "copy", "server", "watch"]
grunt.registerTask "build", ["clean", "deploy_contracts", "coffee", "concat", "uglify", "copy"]