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
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 see Skipping 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.
The text was updated successfully, but these errors were encountered:
Please, provide the details below:
Tell us about the problem
In case when some change occurs in
App_Resources/iOS
andtns run android
command is executed, the application is fully rebuild.In case when some change occurs in
App_Resources/Android
andtns 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:
tns run ios
tns run ios
- you should seeSkipping prepare...
messageApp_Resources/Android
folder - touch some file for exampletns run ios
command - You'll see the application is rebuild but actually no build is necessary.The text was updated successfully, but these errors were encountered: