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
Describe the bug
When using debug with the option --debug-brk and try to change app.css file - changes are not applied on the device
To Reproduce
tns create SomeApp --js
Updatenativescript-dev-webpack to use its next version
tns debug ios --debug-brk
Resume script execution
Make some change in app.css
Expected behavior
Changes to apply in all files
Sample project
Additional context
changes in .xml and .js files are applied. All files changes apply when use tns debug ios without additional options
The text was updated successfully, but these errors were encountered:
Natalia-Hristova
changed the title
app.css changes doesn't apply when debugging with --debug-brk
app.css changes don't apply when debugging with --debug-brk
May 8, 2019
Environment
5.4.0-2019-05-08-13228
next
next
next
Describe the bug
When using debug with the option
--debug-brk
and try to changeapp.css
file - changes are not applied on the deviceTo Reproduce
tns create SomeApp --js
nativescript-dev-webpack
to use its next versiontns debug ios --debug-brk
app.css
Expected behavior
Changes to apply in all files
Sample project
Additional context
changes in
.xml
and.js
files are applied. All files changes apply when usetns debug ios
without additional optionsThe text was updated successfully, but these errors were encountered: