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
{{ message }}
This repository was archived by the owner on Apr 15, 2020. It is now read-only.
Say you have index.marko that includes head.marko as a partial.
Changing contents of index.marko will cause webpack dev server to recompile the template, however it is impervious to any change introduced in head.marko, and I have to restart my server for changes to take effect