Setup:
git clone git@github.com:okfocus/okfocus.github.io.git && cd okfocus.github.io
npm install -g bower
npm install -g grunt-cli
npm install && bower install
To concat and minify:
grunt
To watch for file changes and concat and minify automatically:
grunt watch
To-Do (maybe):
- Move
assets
to a vps and replace all references on other sites (may be a pipe dream)