You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Your static middleware call app.use(express.static(__dirname + '/public')); needs to come after your call to the sass middleware. Else the static middleware picks up requests to public and they never reach sass. Assuming you set it up that way.
I'm using the middleware with express like this:
But, if the
main.css
file has already been compiled, or it already exists, it does not compile thescss
file.The text was updated successfully, but these errors were encountered: