11ty / eleventy

A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
https://www.11ty.dev/
MIT License
16.86k stars 487 forks source link

Editing the Eleventy config file during local dev results in a mismatch in the Nunjucks shortcode #2869

Closed zachleat closed 1 year ago

zachleat commented 1 year ago

It keeps the previous shortcode function around, for some reason. Still investigating!

You can see this on eleventy-base-blog by running npm start and saving eleventy.config.js. This blows away the styles on the page.

zachleat commented 1 year ago

Originally thought this was a https://github.com/11ty/eleventy-plugin-bundle issue but it turned out to be an issue in core.

zachleat commented 1 year ago

Fixed by #2867