embark/tasks/ipfs.coffee

7 lines
161 B
CoffeeScript
Raw Normal View History

2015-06-06 02:54:37 +00:00
module.exports = (grunt) ->
grunt.registerTask "ipfs", "distribute into ipfs", (env_) =>
Embark = require('embark-framework')
Embark.Release.ipfs()
2015-06-06 02:54:37 +00:00