grunt-swift
v0.2.0
Published
Module for globo.com swift
Downloads
9
Keywords
Readme
grunt-swift
Module for globo.com swift
Install
$ npm install --save grunt-swift
Usage
# Gruntfile
grunt.initConfig
swift:
options:
credentials:
auth:
tenantName: 'my-tenant'
passwordCredentials:
username: 'my-user'
password: 'my-pass'
container: 'my-container'
storageName: 'my-storage-name'
storageURLAttribute: 'my-storage-url-attribute'
storagePath: 'my-storage-path'
localFile: '<%= config.dist %>/**/*.*' # my pattern
dev:
options:
credentials:
host: 'https://my-auth-host-for-dev.com'
prod:
options:
credentials:
host: 'https://my-auth-host-for-prod.com'
License
2015 MIT © Rafael Floriano da Silva