Commit baf75a7
committed
test(project): Add case for dependency content changes
This test should cover a scenario with an application depending on a library.
Specifically, we're directly modifying the contents of the library
which should have effects on the application because a custom task will detect it
and modify the application's resources. The application is expected to get rebuilt.1 parent 5531cd9 commit baf75a7
36 files changed
Lines changed: 707 additions & 0 deletions
File tree
- packages/project/test
- fixtures
- application.a2
- node_modules
- collection
- library.a
- src/library/a
- themes/base
- test/library/a
- library.b
- src/library/b
- test/library/b
- library.c
- src/library/c
- test/LibraryC
- node_modules/library.d
- src/library/d
- test/library/d
- library.d2
- main/src/library/d2
- webapp
- controller
- library.d2
- main/src/library/d2
- lib/build
Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments