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

add `gulp watch` #106

Closed paulirish closed 6 years ago

paulirish commented 6 years ago

the full build takes so long, so this looks like a nice minimal watch version.

wdyt, @TimvdLippe

paulirish commented 6 years ago

In general, building should not be necessary during development. E.g. you can just serve the source and be good with it.

huh. okay then i was being confused.. :)

TimvdLippe commented 6 years ago

Maybe we can add a comment in the README to clarify this. In general, you do need to install all the dependencies, but then serve can run with and without building.