A Yeoman generator for building pages on sunglasshut.com, which can be a very tricky situation. Includes a Grunt task for compiling a handoff.
Let's assume you have npm installed. If not, head over to nodejs.com and get set up.
If you haven't installed Yeoman yet...
$ npm install -g yo
Now, to install this generator...
$ npm install -g generator-sgh
To initialize the generator:
$ yo sgh
You will do all of your work in /app
###grunt
Watch task. Runs compass, uglify.
###grunt build
When it's time to make a build to hand off to the client. This strips out parts of index.html, processes scss & js, and moves all relevant files into /dist
.
MIT