embark-area-51/grunt-embark/tasks/ipfs.coffee

8 lines
205 B
CoffeeScript
Raw Normal View History

module.exports = (grunt) ->
grunt.registerTask "ipfs", "distribute into ipfs", (env_) =>
env = env_ || "development"
Embark = require('embark-framework')
Embark.release.ipfs("dist/dapp/")