Not 100% sure if the category is correct for this post.
When exporting a project in Bootstrap Studio; pages, images, stylesheets and scripts are still in the export folder even though they have been removed from the project.
Example:
I create a new project in Bootstrap Studio.
The only files within Bootstrap Studio areindex.htmlandstyles.css.
I export this and the only files within the export folder are the aforementioned.
I create a new page “page2.html”.
I export this and the files within the export folder are the aforementioned and “page2.html”.
I delete “page2.html” from the project and export again.
However, now, “page2.html” is still within the export folder, even though it was removed from the project completely.
I believe this is a bug within the software because if a file no longer exists within the project, then it should be removed from the export folder, unless this is a feature of the software (?).
This would save the headache of having to go into the export folder manually and removing it, especially when using an export script to upload websites to GitHub, or if you have a lot of assets that you have removed.
I am using the export script from the Exporting to GitHub Pages | Bootstrap Studio docs.