Uses:
- Grunt
- Assemble
git subtree push --prefix dist origin gh-pages
mkdir proj; cd proj;
git clone [email protected]:thedustinsmith/static-template.git;
rm -rf .git;
git init;
git remote add origin [email protected]:thedustinsmith/proj.git;
git add .;