Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.26 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.26 KB

closureplease.com

A community resource for the Google Closure Library.

http://closureplease.com

Install and Run

$ git clone [email protected]:closureplease/closureplease.com.git

$ cd closureplease.com

$ npm install

$ git submodule init

$ git submodule update

One-time gh-pages branch setup

git clone [email protected]: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