From f538b09bd414e23ef9a583b8da5b85a04b5d5cb4 Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Thu, 24 Nov 2022 13:21:06 +0100 Subject: [PATCH] add note about 'copy-all-asset-files' --- examples/advanced-qml-auto-reload/readme.md | 4 ++++ examples/cl-repl/readme.md | 4 ++++ examples/swank-server/readme.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/examples/advanced-qml-auto-reload/readme.md b/examples/advanced-qml-auto-reload/readme.md index 93caa53..cef21f5 100644 --- a/examples/advanced-qml-auto-reload/readme.md +++ b/examples/advanced-qml-auto-reload/readme.md @@ -85,5 +85,9 @@ assets on the very first start of the app. A simple way to guarantee a clean install is simply uninstalling the app first, both on the device and on the emulator (android) or simulator (iOS). +Alternatively call `(copy-all-asset-files)` manually (after installing an +update). This function is called automatically only on the very first app +startup. + If your local web server doesn't seem to work, please check your firewall settings. diff --git a/examples/cl-repl/readme.md b/examples/cl-repl/readme.md index 4ecf38c..a07c177 100644 --- a/examples/cl-repl/readme.md +++ b/examples/cl-repl/readme.md @@ -140,5 +140,9 @@ assets on the very first start of the app. A simple way to guarantee a clean install is simply uninstalling the app first, both on the device and on the emulator (android) or simulator (iOS). +Alternatively call `(copy-all-asset-files)` manually (after installing an +update). This function is called automatically only on the very first app +startup. + If your local web server doesn't seem to work, please check your firewall settings. diff --git a/examples/swank-server/readme.md b/examples/swank-server/readme.md index 87bf02c..7ad6033 100644 --- a/examples/swank-server/readme.md +++ b/examples/swank-server/readme.md @@ -97,5 +97,9 @@ assets on the very first start of the app. A simple way to guarantee a clean install is simply uninstalling the app first, both on the device and on the emulator (android) or simulator (iOS). +Alternatively call `(copy-all-asset-files)` manually (after installing an +update). This function is called automatically only on the very first app +startup. + If your local web server doesn't seem to work, please check your firewall settings.