BCsabaEngine / svelteesp32

Convert Svelte (or React/Angular/Vue) JS application to serve it from ESP32/ESP8266 webserver
43 stars 6 forks source link

Check for duplicate files #23

Closed BCsabaEngine closed 1 month ago

BCsabaEngine commented 1 month ago

The svelteesp32 already notices if the .gz version of a file is accidentally placed in the dist folder. It would also be nice to be able to detect when two (or more) files have the same content. This can be a mistake or it can be intentional, but you should definitely draw attention to it in order to save storage space.