DarkflameUniverse/NexusDashboard

Docker Web Issue

pjmoura577 opened this issue · 3 comments

Issue going on with the nexusdashboard on docker
image
image

Presumably caused by me removing libsass as a dependency in #88 and webfilter calling import sass without depending on it because it's a plugin system?

Presumably caused by me removing libsass as a dependency in #88 and webfilter calling import sass without depending on it because it's a plugin system?

image

I think so

Turns out my

app/static/css/site.css
app/static/.webassets-cache/**/*

was stale, so it didn't try to compile the scss locally and didn't get the error outside the clean environment of a container.