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 has been archived by the owner on Oct 1, 2020. It is now read-only.
Any changes to the .scss file do not automatically recompile, unless there is a change to the .vue file. I thought it was just having the enableLiveReload() that wasn't capturing the new scss changes, but in fact even on a complete recompile my scss file is not updated unless there is a change to the .vue file.
The text was updated successfully, but these errors were encountered:
There is a similar issue regarding .jade files. e.g. I have layout.pug and index.pug, I use layout.pug in index.pug and load index.pug: works. I make a change to layout.pug only, and reload index.pug: no changes until I update index.pug.
When i have a linked scss file as so:
Any changes to the .scss file do not automatically recompile, unless there is a change to the .vue file. I thought it was just having the enableLiveReload() that wasn't capturing the new scss changes, but in fact even on a complete recompile my scss file is not updated unless there is a change to the .vue file.
The text was updated successfully, but these errors were encountered: