grunt-s3-publish
v0.0.2
Published
Create uniquely versioned dist package and publish it to s3.
Downloads
5
Readme
grunt-s3-publish
###Create .grunt-s3-publishrc file containing:
{
"key": "<yourkey>",
"secret": "<yoursecret>",
"bucket": "<yourbucket>"
}
###Example Grunt Config:
dist: {
distDir: './dist'
}