Just playing with Yeoman, specifically:
- testing pushing to Github Pages using grunt-build-control.
- playing with AngularJS via the egghead.io screencasts.
git clone git@github.com:jbinto/yeoman-play.git
cd yeoman-play
npm install
grunt test
grunt server
grunt
Set the Git remote in Gruntfile.js
, in the buildcontrol
options section.
Buildcontrol will helpfully prevent deployments to "production" if the source repository hasn't been checked in.
grunt buildcontrol