grunt-swift

0.2.0 • Public • Published

grunt-swift

Build Status npm

js-standard-style

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

Readme

Keywords

Package Sidebar

Install

npm i grunt-swift

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • almirfilho
  • metal
  • rfloriano