mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-27 14:05:27 +00:00
7 lines
161 B
CoffeeScript
7 lines
161 B
CoffeeScript
module.exports = (grunt) ->
|
|
|
|
grunt.registerTask "ipfs", "distribute into ipfs", (env_) =>
|
|
Embark = require('embark-framework')
|
|
Embark.Release.ipfs()
|
|
|