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
Started having problems with the system loading files. Was getting confused by errors referring to "html.md," even though the system generates a file that's "markup.html." As it turns out the, file name is just hardcoded into the error that gets thrown and needs updated. My guess is, at some point, the name of the file in use changed.
Tell us about the issue you are experiencing
Started having problems with the system loading files. Was getting confused by errors referring to "html.md," even though the system generates a file that's "markup.html." As it turns out the, file name is just hardcoded into the error that gets thrown and needs updated. My guess is, at some point, the name of the file in use changed.
Relevant line:
astrum/_template/app/js/main.js
Line 638 in 7779d2c
What behaviour would you expect?
Should say "markup.html" instead.
How can this issue be replicated?
When a component fails to load its markup file.
Screenshots / Screencast
Your environment
Platform: WPEngine
OS Version: Some flavor of Linux, not sure
Node Version: 8.12
NPM Version: 6.4.1
Astrum Version: 1.9.5
The text was updated successfully, but these errors were encountered: