sindresorhus / grunt-sass

Compile Sass to CSS
MIT License
1.01k stars 209 forks source link

Use LibSass' pre-formatted error messages. Fixes #201. #252

Closed xzyfer closed 8 years ago

xzyfer commented 8 years ago

Use LibSass' pre-formatted error messages. Fixes #201.

I couldn't figure how to capture the error message with the test suite. Feel free to add a test for this.

Running "sass:error" (sass) task
>> Error: error reading values after
>>         on line 1 of test/fixtures/error.scss
>> >> $foo:
>>    -----^
sindresorhus commented 8 years ago

No need for a test for this. It's already tested in libsass.