angular/aio/src/extra-files
George Kalpakas 4f4b2b5ac9 refactor(docs-infra): convert deploy-to-firebase script to ESM (#43963)
Convert the `deploy-to-firebase` script (and corresponding tests) from
CommonJS format to ESM.

PR Close #43963
2021-10-29 15:05:02 -07:00
..
archive docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
next docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
rc docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
stable docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
README.md refactor(docs-infra): convert deploy-to-firebase script to ESM (#43963) 2021-10-29 15:05:02 -07: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.

See the scripts/deploy-to-firebase/index.mjs script for more details.

Note: The script always expects there to be a folder for the current deployment mode (even if it is empty).