Testing:
open test/index.html
Making a new release:
vim HISTORY.md # update changelog
bump *.json *.js # update version number
npm publish # release to npm
git release v1.0.0 # release to github/bower
cd site && make # update the site
Make site/
:
git clone git@github.com:rstacruz/jquery.transit.git -b gh-pages ./site
Update:
cd site
make update # update from files
make # update the site
make dist # make dist/ files (uh, should be deprecated)