When I get a compile error in Sass, the error gives me the wrong line number, making it very very hard to debug and see what’s wrong. Thoughts?
Environment:
Windows 7,
Sass running under Cygwin
Using Sublime2 as my text editor
Thanks,
Alfie
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Alright, so I figured it out…
Either change the Line ending in the file from Windows Line Ends to Unix Line Ends
You can also set a flag in the command that takes care of this..
I hope this helps