Easy static site deployment on S3
Make sure that you have your S3 bucket on S3 and credentials ready. If haven't done so, follow this on Amazon AWS docs. Then:
- Run
bower install
- Run
npm install
- Update
gruntfile.js
'sincludereplace
part with your site info - Update
deploy.sh
with your deployment info - Run
./deploy.sh