Needs our special blend of yeoman
Make sure your cobbweb yeoman is up to date!
./isntall.shnpm installyeoman 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 deployyeoman buildrm -rf dist/components/git add dist/git commit -m "Build" dist/./deploy.js production RACKSPACE_API_KEYgit push heroku deploy:master --forcegit checkout mastergit branch -D deploy