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
Hey everyone, am I missing something here? When using other workflows (e.g. Gulp) on other projects changes to stylus files don't cause a full browser refresh. The resulting CSS changes are injected into the browser, which is really fast. Is this not supported by Roots?
Currently using 3.0.0-rc.10. Thanks.
The text was updated successfully, but these errors were encountered:
This is not currently supported by roots. I played around with css injection in an earlier version of roots and it was inconsistent, often things would bug out and I'd have to manually refresh. For this reason I just kept it as a full refresh. Perhaps the tech has improved since then and it's more reliable. We're taking a look at integrating browser-sync, which would solve this issue. If you're interesting in helping with this, that would be great.
For now I'm going to close this out as we can continue discussion in the browser-sync issue, but thanks for bringing it up!
Awesome, I'm glad you're liking everything else haha. There are a few things we're working on and thinking about in the issues section that would improve roots anywhere from being marginally faster to orders of magnitude faster. Most of them are difficult issues, but we'll tackle them in time 😀
Hey everyone, am I missing something here? When using other workflows (e.g. Gulp) on other projects changes to stylus files don't cause a full browser refresh. The resulting CSS changes are injected into the browser, which is really fast. Is this not supported by Roots?
Currently using
3.0.0-rc.10
. Thanks.The text was updated successfully, but these errors were encountered: