You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Print tip about restarting dev server for certain cases (#4535)
This provides guidance within terminal output when running the dev
server, to notify users that the server can be restarted, and should be
for certain editing cases.
Other fixes in this PR:
- Fix formatting elsewhere in `eleventy.config.ts` (this has been
bugging me for a while, but I didn't want to cram it into any bigger PRs
and risk making them more confusing)
- Constrain `eleventyignore` line for `img` folders to only ignore
`*.html`, so changes to images no longer require a dev server restart
(this does not cause any build changes)
0 commit comments