asset-pipe / asset-pipe-sink-fs

Module for writing and reading asset feeds and js/css bundles to and from the local file system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create folder if folder does not exist

trygve-lie opened this issue · comments

The Google Cloud Storage sink implements a feature where the bucket is created if it does not exist. It also emits an "storage info" event when the storage is ready.

This module should do the same and emit the same event.