mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
add note about 'copy-all-asset-files'
This commit is contained in:
parent
bd0e71b8ec
commit
f538b09bd4
3 changed files with 12 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue