Needs our special blend of yeoman
Make sure your cobbweb yeoman is up to date!
./isntall.sh
npm install
yeoman server
- Should have a server up n running on port 3502
- nom nom nom
git branch -D deploy
# Force delete any existing deploy branchgit checkout -b deploy
yeoman build
rm -rf dist/components/
git add dist/
git commit -m "Build" dist/
./deploy.js production RACKSPACE_API_KEY
git push heroku deploy:master --force
git checkout master
git branch -D deploy