A rundown of some of my tasks related to getting examples on the site, roughly in the order in which I plan on tackling them.
[x] Create _layout and supporting _includes for each example to inherit from.
[x] Standard way of displaying source code for SW and page's JS on each page, without needing to open DevTools.
[ ] Update the landing page for examples so that it includes an auto-generated list of all the available examples in the repo, as well as a curated list of standalone examples that live elsewhere.
[ ] Create smaller, standalone usage examples for each module.
[ ] Create a larger, "full" demo that shows everything used together harmoniously, as part of workbox-sw.
[ ] Hook into publishing process, ensuring that each example lives in a versioned parent directory, and pulls in the appropriate version of the module it needs.
[ ] Standard way of visualizing SW state (registration/control, cache state, logs) on each page, without needing to open DevTools.
A rundown of some of my tasks related to getting examples on the site, roughly in the order in which I plan on tackling them.
_layout
and supporting_includes
for each example to inherit from.workbox-sw
.