Skip to content

Commit 572517b

Browse files
Merge remote-tracking branch 'origin/master'
2 parents e4792bf + 2c5a803 commit 572517b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ _Architectural overview of the solution - you don't need to worry about all of t
3333
</details>
3434

3535
### What can (and will) be AppSync'ed?
36-
- Anything inside your `/app` folder.
36+
- Anything inside your `/app` folder (but not the `App_Resources` folder.
3737
- Anything inside your `/node_modules` folder.
3838

3939
> 💁‍♂️ Note that we don't actually use those folders, but the `app` folder in `platforms/ios/<appname>/app` and `platforms/android/app/src/main/assets/app`, the benefit of which is we don't "care" if you use Webpack or Uglify or whatever tools you use to minify or scramble your app's assets.
4040
4141
### What can't (and won't):
4242
- NativeScript platform updates. Example: bumping `tns-android` from version 2.5.1 to 2.5.2.
4343
- Plugins updates that also require a different version of a native library it depends on.
44+
- Contents of the `App_Resources` folder, because those are part of the native binary as well.
4445

4546
So as long as you don't change versions of dependencies and tns platforms in your `package.json` you
4647
can push happily. And if you do bump a version of a dependency make sure there are no changed platform libraries.
@@ -553,4 +554,4 @@ If at any time you want to start or stop using a proxy, simply logout, and then
553554
</details>
554555

555556
## Troubleshooting
556-
- Got build errors related to the __nativescript-zip__ plugin? Please check out [the solution in this issue](https://github.com/EddyVerbruggen/nativescript-app-sync/issues/34#issuecomment-526860302).
557+
- Got build errors related to the __nativescript-zip__ plugin? Please check out [the solution in this issue](https://github.com/EddyVerbruggen/nativescript-app-sync/issues/34#issuecomment-526860302).

0 commit comments

Comments
 (0)