Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.62 KB

readme.md

File metadata and controls

60 lines (39 loc) · 1.62 KB

debugging-protocol-viewer

Explore the Chrome Debugging Protocol, its methods, events and basic documentation.

More on the Chrome DevTools Debugging Protocol

Building

Dependencies:

bundle install
bower install

Building:

# compiles site to _site/ and watches for file changes
bundle exec jekyll server --incremental
# always use `bundle exec` to use the local version of jeykyll

Updating protocol:

./update-protocol-json.sh

# to build (although gh-pages will do it on its own)..
bundle exec jekyll build

Deploying:

All pushes to gh-pages instantly trigger a jeklyll build and the site will serve the resulting _site.

Adding new version

To add a new protocol version:

  1. Modify _data/versions.json
  2. Create _data/VERSION_SLUG folder and put protocol.json file there
  3. Create _versions/VERSION_SLUG.html file with protocol version description
  4. Build project

History

  • 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.

License

Apache

Contributing

Pull requests very welcome!