Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 682 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 682 Bytes

grunt-starter

My personal starting point for Grunt projects.

I'm still learning so this changes a lot.

Getting started

git clone [email protected]:robertdenton/grunt-starter.git
...
cd grunt-starter
npm install
...
grunt dev      # generate dev files
grunt watch    # Grunt will watch dev files and re-generate on save
grunt prod     # generate production files
grunt push     # will push to s3 *** IF *** aws-keys.json file is added

aws-keys.json

{
  "AWSAccessKeyId": "XXXXXXXXXXXXXXXXXXXX",
  "AWSSecretKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}

Major components