-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work when watching #15
Comments
@Log1x: Related roots discourse discussion: https://discourse.roots.io/t/asset-lookup-while-watching/12640 |
I'm going to rewrite and fix a lot of these issues here shortly as I plan on using this in a project I'm currently working on. I think it went in the wrong direction with a couple of the recent commits. There are a few things to consider:
|
Merged
v2.0.0 will take care of this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using watch in sage9 theme using
yarn start
, the production assets indist/
are cleaned up,hence
blade-svg-sage
can't find the SVGs and the page fails to load.How can it be configured to look for the SVGs in assets directory instead?
I have to use this workaround while watching:
The text was updated successfully, but these errors were encountered: