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
I've looked for syntax errors in the sass file, but can't find any (ruby-sass compiles it without problems)
There are also no errors in the console.
I don't even see express saying anything about a request for the file.
So I have no idea where it's disappearing to.
The text was updated successfully, but these errors were encountered:
Oh, it seems to be a problem in Mincer.
It has a dependency for node-sass, but it always pulls in the latest version (the required version in its package.json is "*", which is not very nice)
And since the latest version of node-sass requires node 0.10 it failed on my 0.8 version.
The application.css file fails to load.
I've looked for syntax errors in the sass file, but can't find any (ruby-sass compiles it without problems)
There are also no errors in the console.
I don't even see express saying anything about a request for the file.
So I have no idea where it's disappearing to.
The text was updated successfully, but these errors were encountered: