ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
860 stars 173 forks source link

Fix domain files generator #44

Closed kdzwinel closed 8 years ago

kdzwinel commented 8 years ago

create-domain-files script wasn't clearing the _domain folder prior to generating new files. This caused deprecated domain files never to be removed which, in turn, confused jekyll.

Fixes #43