A community resource for the Google Closure Library.
$ git clone git@github.com:closureplease/closureplease.com.git
$ cd closureplease.com
$ npm install
$ git submodule init
$ git submodule update
git clone git@github.com:closureplease/closureplease.com.git _site_git
cd _site_git
git checkout origin/gh-pages -b gh-pages
Launch a static server with livereload and auto-generation of jekyll / less:
grunt
- Commit and push to
master
. - Run from shell:
grunt deploy
to commit & push togh-pages
.
Built using http://jekyllbootstrap.com