embark-area-51/tasks/tasks.coffee

6 lines
227 B
CoffeeScript
Raw Normal View History

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