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
Did you verify this is a real problem by searching [Stack Overflow]
Yes
Tell us about the problem
When a 'scss' file is changed the whole app is refreshed instead of applying the changes from the newly generated 'css' file by reloading the view as it normally does with 'css'.
Which platform(s) does your issue occur on?
Both
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.
Deploy an app that uses scss and then change any scss file and save it. The whole app will be refreshed. If you change the 'css' file generated by the same scss, the app won't be refreshed and the change will be applied by reloading the view.
The text was updated successfully, but these errors were encountered:
Did you verify this is a real problem by searching [Stack Overflow]
Yes
Tell us about the problem
When a 'scss' file is changed the whole app is refreshed instead of applying the changes from the newly generated 'css' file by reloading the view as it normally does with 'css'.
Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
"dependencies": {
"nativescript-theme-core": "~1.0.2",
"tns-core-modules": "~3.3.0"
},
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11",
"nativescript-dev-sass": "^1.3.5",
"nativescript-dev-typescript": "~0.5.0",
"typescript": "~2.4.2"
}
Please tell us how to recreate the issue in as much detail as possible.
Deploy an app that uses scss and then change any scss file and save it. The whole app will be refreshed. If you change the 'css' file generated by the same scss, the app won't be refreshed and the change will be applied by reloading the view.
The text was updated successfully, but these errors were encountered: