closureplease / closureplease.com

Google Closure Library Plzzz!
http://closureplease.com
27 stars 9 forks source link

closureplease.com

A community resource for the Google Closure Library.

http://closureplease.com

Install and Run

$ git clone git@github.com:closureplease/closureplease.com.git

$ cd closureplease.com

$ npm install

$ git submodule init

$ git submodule update

One-time gh-pages branch setup

git clone git@github.com:closureplease/closureplease.com.git _site_git

cd _site_git

git checkout origin/gh-pages -b gh-pages

Use

Launch a static server with livereload and auto-generation of jekyll / less:

grunt

Publish

  1. Commit and push to master.
  2. Run from shell: grunt deploy to commit & push to gh-pages.

License

MIT

Built using http://jekyllbootstrap.com