Skip to content

Dasmicrobot/dasmicrobot-underconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"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