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
//- _layout.pug
html.no-js(lang="en")
head
meta(charset='utf-8')
body
div A message from `_layout.pug`
blockpageContent//- home.pugextends_layout.pugblockpageContent
h1 Home
Making a change in home.pug triggers an update. Making a change in _layout.pug does not trigger an update.
When making a change in _layout.pug, the cli does say "Changes detected. Building... Done", but the browser does not reload and Lume doesn't seem to actually rebuild (manually reloading the browser does not show the update).
The text was updated successfully, but these errors were encountered:
Example:
Making a change in
home.pug
triggers an update. Making a change in_layout.pug
does not trigger an update.When making a change in
_layout.pug
, the cli does say "Changes detected. Building... Done", but the browser does not reload and Lume doesn't seem to actually rebuild (manually reloading the browser does not show the update).The text was updated successfully, but these errors were encountered: