UNPKG

node-multi-storage-azure-blob

Version:

Provides access to Azure Blob Storage for node-multi-storage.

12 lines (8 loc) 189 B
'use strict'; let path = require('path'); module.exports = function(grunt) { require('load-grunt-config')(grunt, { configPath: path.join(process.cwd(), 'grunt'), init: true }); };