2017-07-26 20:41:45 +01:00
|
|
|
# Extra files folder
|
|
|
|
|
|
|
|
This folder is used for extra files that should be included in deployments to firebase.
|
|
|
|
|
|
|
|
After the AIO application had been built and before it is deployed all files and folders
|
|
|
|
inside the folder with the same name as the current deployment mode (next, stable, archive)
|
|
|
|
will be copied to the `dist` folder.
|
|
|
|
|
2020-10-28 12:23:51 +02:00
|
|
|
See the `scripts/deploy-to-firebase.js` script for more details.
|
2017-08-09 02:18:31 +03:00
|
|
|
|
|
|
|
**Note:**
|
2020-10-28 12:23:51 +02:00
|
|
|
The `deploy-to-firebase.js` script always expects there to be a folder for the current deployment
|
2017-08-09 02:18:31 +03:00
|
|
|
mode (even if it is empty).
|