cp6 / my-idlers

Web app for displaying, organizing and storing information about servers (VPS), shared hosting, reseller hosting, domains and more.
https://demo.myidlers.com
MIT License
249 stars 30 forks source link

Bug: Dark And Light css files missing #80

Closed kgotso closed 1 year ago

kgotso commented 2 years ago

There seems to be a change related to how the light and dark themes are treated causing the latest build to fail to pull the correct file and render the page correctly

Error 404 on the following paths: /css/light.css /css/dark.css

cp6 commented 2 years ago

Thanks for letting me know, what kind of environment are you using for the application? I recently changed to NPM/webpack for the CSS and JS https://github.com/cp6/my-idlers/commit/0f0b06ee4799b8add8185b6fc7292216d6463280

kgotso commented 2 years ago

Hi

I had pulled the latest docker image, i then went back to version tag 322898e

MauriceVankersschaever commented 2 years ago

Same problem here with latest docker image, version 322898e is still working indeed

cp6 commented 2 years ago

Updated the project to now include the compiled assets rather than require it to be done manually, Is it loading correctly now?

MauriceVankersschaever commented 1 year ago

Yes can confirm, lastest tag is working again on docker Thanks for fixing