Explore the Chrome Debugging Protocol, its methods, events and basic documentation.
More on the Chrome DevTools Debugging Protocol
Dependencies:
bundle install bower installBuilding:
# compiles site to _site/ and watches for file changes bundle exec jekyll server --incremental # always use `bundle exec` to use the local version of jeykyllUpdating protocol:
./update-protocol-json.sh # to build (although gh-pages will do it on its own).. bundle exec jekyll buildDeploying:
All pushes to gh-pages instantly trigger a jeklyll build and the site will serve the resulting _site.
To add a new protocol version:
- Modify
_data/versions.json - Create
_data/VERSION_SLUGfolder and putprotocol.jsonfile there - Create
_versions/VERSION_SLUG.htmlfile with protocol version description - Build project
- v0.1 original Eric Guzman app.
- v0.2 irish's "upgrades".
- v0.8 guzman's polymer 0.8 refactor
- v1.0 konrad's polymer 1.0 + jekyll refactor
- which brings us to… now.
Apache
Pull requests very welcome!