angular-cn/aio/src/extra-files
Pete Bacon Darwin a64af40c0b build(aio): generate sitemap from the generated pages (#21689)
Closes #21684

PR Close #21689
2018-01-22 12:55:15 -08:00
..
archive ci(aio): fix deploying the stable branch to Firebase 2017-08-09 14:18:33 -07:00
next ci(aio): fix deploying the stable branch to Firebase 2017-08-09 14:18:33 -07:00
stable build(aio): generate sitemap from the generated pages (#21689) 2018-01-22 12:55:15 -08:00
README.md ci(aio): fix deploying the stable branch to Firebase 2017-08-09 14:18:33 -07:00

README.md

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.sh script for more detail.

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