Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

application stylesheet won't load #6

Open
skerit opened this issue Aug 2, 2013 · 3 comments
Open

application stylesheet won't load #6

skerit opened this issue Aug 2, 2013 · 3 comments
Assignees

Comments

@skerit
Copy link

skerit commented Aug 2, 2013

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.

@skerit
Copy link
Author

skerit commented Aug 2, 2013

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.

@life0fun
Copy link

life0fun commented Aug 7, 2013

I just changed node version from 0.8 to 0.10, then everything works fine.

 "engine": "node >= 0.10",

@fabiocaseri
Copy link
Owner

Can you try the last version, 0.1.0?

@ghost ghost assigned fabiocaseri Dec 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants