NameError at / uninitialized constant Sass::SyntaxError
Posted
by Ivo Sabev
on Stack Overflow
See other posts from Stack Overflow
or by Ivo Sabev
Published on 2010-04-10T19:46:15Z
Indexed on
2010/04/10
19:53 UTC
Read the original article
Hit count: 553
I am using Padrino and when I try to specify my application.sass file I get this error NameError at / uninitialized constant Sass::SyntaxError
I thought I might have something missing, so I checked out the sample_blog application at their GIT to verify my SASS is working correct. It was working correct and the blog app was running fine. Then I decided to change a line in the blog's application.sass and I got this error.
I am using TextMate to edit the file.
Weird indeed, any advices?
© Stack Overflow or respective owner