npm.io
0.0.2 • Published 12 years ago

grunt-s3-publish

Licence
Version
0.0.2
Deps
10
Vulns
22
Weekly
0

grunt-s3-publish

###Create .grunt-s3-publishrc file containing:

{
    "key": "<yourkey>",
    "secret": "<yoursecret>",
    "bucket": "<yourbucket>"
}

###Example Grunt Config:

dist: {
    distDir: './dist'
}