Skip to content

app.css changes don't apply when debugging with --debug-brk #4598

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

Closed
Natalia-Hristova opened this issue May 8, 2019 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@Natalia-Hristova
Copy link

Environment

  • CLI: 5.4.0-2019-05-08-13228
  • Cross-platform modules: next
  • iOS Runtime: next
  • nativescript-dev-webpack: next

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

  1. tns create SomeApp --js
  2. Updatenativescript-dev-webpack to use its next version
  3. tns debug ios --debug-brk
  4. Resume script execution
  5. 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

@Natalia-Hristova 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
@DimitarTachev DimitarTachev self-assigned this May 8, 2019
@DimitarTachev DimitarTachev added this to the 5.4.0 milestone May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants