'Bootstrap in a single folder workaround?

DESCRIPTION: I`m developing an esp32 access point project and I want it to have an interface. The esp32 has a flash memory which is accessible by SPIFFS file system. The problem is that SPIFFS only supports flat structure, therefore the Bootstrap's css and js folders get flatten, so all the files reside in a "single folder", that is the flash memory. Also the project is supposed to run offline, so I can't use a cnd.

QUESTION: Is there a Bootstrap workaround which will allow me to use it without the folder structure?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source