Skip to content

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

Closed
@Natalia-Hristova

Description

@Natalia-Hristova

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions