Closed
Description
Please, provide the details below:
Tell us about the problem
In case when some change occurs in App_Resources/iOS
and tns run android
command is executed, the application is fully rebuild.
In case when some change occurs in App_Resources/Android
and tns run ios
command is executed, the application is fully rebuild.
Which platform(s) does your issue occur on?
Both
Please tell us how to recreate the issue in as much detail as possible.
Steps to reproduce:
- Create new project
- Execute
tns run ios
- Execute again
tns run ios
- you should seeSkipping prepare...
message - Make some change inside
App_Resources/Android
folder - touch some file for example - Run again
tns run ios
command - You'll see the application is rebuild but actually no build is necessary.