-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Description
If you change 'scss' files in the 'styles' folder of the demo app, they will get properly to the 'platforms' folder but won't get reflected in the app's UI.
If you change some scss file on the root level, both changes will apply.
"nativescript": {
"id": "org.nativescript.demo",
"tns-ios": {
"version": "3.4.1"
},
"tns-android": {
"version": "3.4.1"
}
},
"dependencies": {
"nativescript-theme-core": "^1.0.4",
"tns-core-modules": "^3.0.0"
},
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11",
"nativescript-dev-sass": "file:../src"
}