python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.41k stars 585 forks source link

fix: CSS files are now applied and not just loaded. #685

Closed maximedrn closed 1 year ago

maximedrn commented 1 year ago

Details of the problem:

In some cases, EEL simply loads all the files included in the initialized folder following an eel.init(). However, the missing .css extension prevents the CSS files from loading on the page for some configurations.

doug-benn commented 1 year ago

I also haven't had an issue with CSS loading, this that because HTML can load them?

Not saying this isn't a good fix!