isabella232 / updateimpact-site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

static-app-template

Template for static webapp/website. Include grunt tasks for jade, js, stylus and deploy to S3.

For deployment to S3 create grunt-aws.json file:

{
  "key": "your-s3-key",
  "secret": "your-s3-secret",
  "bucket": "bucket-name"
}

Check this link on how to find your security credentials.

About


Languages

Language:CSS 36.2%Language:HTML 32.7%Language:JavaScript 31.1%