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
Thanks for filing this @rupertlssmith, I'm working on a release that will include a fix for this. I'll be folding the .emu handling into the common content/ folder handling so it will use all the same codepaths instead of having special cases 👍
I have been using elm-markup and had an
index.emu
file under/content
.I notived that under
elm-pages develop
changes to this file do not trigger the build loop, but they do for anindex.md
file.Some suggested fixes:
DocumentHandler
for that file type. I guess this is harder to do.Workaround: Just call your files .md, even if you are using elm-markup.
The text was updated successfully, but these errors were encountered: