blitzrk / sublime_libsass

Build system for Sass/scss files in Sublime Text 2/3 with no external dependencies
MIT License
18 stars 2 forks source link

Error output #25

Open jimasun opened 8 years ago

jimasun commented 8 years ago

Is there a way to see the backtrace when the compilation fails? So far I've checked the console and looked for the file. If the compilation fails then there is no output. It could be great to see the actual error log in the generated .css in case it fails.

I'm using sublime-linter-contrib-sass in ST3. I'll just say it is not excellent and I can't rely on it to tell me if there are errors.