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 Aug 22, 2023. It is now read-only.
Currently, the --watch option watches only the specified file even if there are @import statements in the file. Should it also watch files that are included via @import? I'd be interested in this feature and could put together a pull request if needed.
The text was updated successfully, but these errors were encountered:
Currently you can get this working with a watcher to run myth whenever a CSS file other than the one myth outputs changes. It would be nice if myth supports this though I think the whole --watch option isn't really needed, it's better to do one thing well and let the watching be done by a separate module.
Currently, the
--watch
option watches only the specified file even if there are@import
statements in the file. Should it also watch files that are included via@import
? I'd be interested in this feature and could put together a pull request if needed.The text was updated successfully, but these errors were encountered: