Jeremias Menichelli
Jeremias Menichelli
Here's how I easily plugged a Service Worker config in Oreo Dunk experiment: https://github.com/Jam3/prj-oreo-dunk/pull/223/files#diff-9b164a30651399be29d565541083cbb2
We should definitely move from changing the filename to something like `?v=SOME_HASH_HERE` and detect which files were modified to improve caching, and prepare the ground to introduce service workers in...
Something similar happens when a quote is surrounded by markup (which is valid Markdown): ``` > What's up > Bugs Bunny ``` The code snippet above is formatted to: ```...
@dwkns I was thinking of that exactly too. One question @zachleat will the Eleventy class allow to build only an specific path to speed up the run on a serverless...
Oh interesting, don't know if there's a correlation between them but, does `elev.setIncrementalFile` means that I can do this? ```js const eleventy = new Eleventy() eleventy.setIncrementalFile('...') eleventy.toJSON() ``` It would...
@dwkns it is true that finding the content file that matches the slug is extra work, but completely doable. IF Eleventy offered that, it would probably fo exactly that, generate...