Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.38 KB

readme.md

File metadata and controls

48 lines (26 loc) · 1.38 KB

debugging-protocol-viewer

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

More on the Chrome DevTools Debugging Protocol

Building

Dependencies:

gem install jekyll
npm install -g bower

bower install

Building:

jekyll serve # compiles site to _site/ and watches for file changes

Updating protocol:

./update-protocol-json.sh

jekyll build # to build, though gh-pages will do that on its own.

#33 tracks a better flow.

Deploying:

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

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!