DarkflameUniverse / NexusDashboard

Dashboard for Complete Management of a DLU game server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Web Issue

pjmoura577 opened this issue · 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.