Repository created for showcasing Grunt during the Squiz User Summit 2014
##Getting Started
- Install nodejs
- Clone this repo
- Navigate to this repo from your terminal
- Run the command
npm install - Then run command
grunt
##Useful Grunt Plugins we Use @ Squiz UK
- Grunt Watch - Run predefined tasks whenever watched file patterns are added, changed or deleted.
- JSHint - Lints JS code
- Grunt Saas - Compile Saas into CSS
- Image Optim - Optimise images based on JPEGmini.app and/or ImageAlpha.app
- Grunt Copy - Copy files from one place to another (local file to dropbox for example)
- Live Reload - Reloads browser when changes are made to files
- Grunt Compress - Compresses all files into a single compressed file
- PageSpeed - Runs Google PageSpeed insights on a URL