-
-
Notifications
You must be signed in to change notification settings - Fork 197
SASS nativeScript livesync result in an infinite deploy loop #3377
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
@RadouaneRoufid can you confirm if you don't have multiple instances of |
The problem occurs with only one instance of |
@NickIliev I'm not sure if it's related but I had a similar infinite loop issue with node-sass. So I sent a pull request of node-sass-chokidar version of this SASS plugin which works correctly. |
I was using |
I am also having the same problem with Android or IOS |
Hi @RadouaneRoufid, @noordw, @hosikiti, @jogboms This should be fixed in latest version of {N} and
Go to your project folder and execute:
|
From @RadouaneRoufid on February 20, 2018 10:2
Tell us about the problem
While running NativeScript app, modifiying a scss file result in an infinite deploy loop.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
1- Create a basic NativeScript app
2- Create a sass file: _app-common.scss
3- Create another sass file that imports the _app-common.scss: app.android.scss
@import 'app-common';
4- Start NS : tns run android
5- Make a change in _app-common.scss
This results to an infinite loop:
Thank you
Copied from original issue: NativeScript/NativeScript#5442
The text was updated successfully, but these errors were encountered: