0.0.2-build.6 • Published 10 years ago

grunt-s3-dist v0.0.2-build.6

Weekly downloads
21
License
-
Repository
-
Last release
10 years ago

grunt-s3-dist

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

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

###Example Grunt Config:

dist: {
    distDir: './dist'
}

Release History