Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 695 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 695 Bytes

"Under construction" page

Build Status

Requirements

  • Installed node.js
  • Installed Grunt (npm install grunt-cli)
  • Installed dependencies npm install

Grunt commands

grunt build - will build site into dist directory with minified css and js files grunt deploy --bucket=myS3BucketName - will push site to S3 bucket, provided that AWS key and secret env variables are correct

Travis integration

Travis script runs build on every commit and when on master will push site to S3 bucket as well