Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1 KB

README.md

File metadata and controls

39 lines (24 loc) · 1 KB

Grunt Cloudfiles

About

Cloudfiles is Rackspace's cloud object storage. It's simliar to Amazon S3 and is based on grunt-s3. This uses the [node-cloudfiles][nodecloudfiles] by Nodejitsu. This is all designed to work with Rackspace Cloudfiles and hasn't been tested on Open Stack.

Installation

  1. npm install grunt-cloudfiles OR add grunt-cloudfiles to your `package.json
  2. Add grunt.registerNpmTasks('grunt-cloudfiles'); to grunt.js

Configuration

TODO - Talk about grunt.js setup

Changelog

0.0.3

  • Allow for destination folder in containeru

0.0.2

  • Migreate to pkgcloud cloud
  • Support grunt >= 0.4.0

0.0.1

  • Auth and adding files

Future Work

  • Provide full management of files
  • Implement meta tags

Credits