-
-
Notifications
You must be signed in to change notification settings - Fork 15
LiveSync issues with dev-sass #20
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
Comments
same here, compile runs many times everytime I make a change |
@Liooo Yeah. In addition, after a couples saves, the livesync may have 5 processes running at the same time. Meaning, everything I do is multiplied by 5. |
Same here, of course it's nice to have livesync refresh after changing .scss files, however this causes some looped operations where livesync first gets triggered by changing the .scss and a second time by the generated/updated .css file. |
There are a number of LiveSync issues with the 2.5.x versions of the NativeScript CLI. The latest version of this plugin has been patched to work with the upcoming NativeScript 3.0.0, and remains backwards compatible (with LiveSync support) in versions 2.4.x (and earlier) of the {N} CLI. I'd suggest either downgrading your CLI to 2.4.x or going ahead and upgrading to the 3.0.0 RC. To use the latest version of this plugin for now, do this:
Let me know if this works for you. |
I'm still experiencing this exact issue. Any suggestions how to solve it? |
Platform: iOS
TNS: 2.5.1
When livesyncing, the prepare-before and prepare-after hooks make the livesync refresh the app twice (or sometimes more). This makes it rather difficult to work with since it refreshes the app too often between the syncs. Is this possible to fix or get rid off?
The text was updated successfully, but these errors were encountered: