gruntjs / grunt-contrib-sass

Compile Sass to CSS.
http://gruntjs.com/
MIT License
848 stars 141 forks source link

sourcemap value of `file` not getting passed to sass. #142

Closed chrisdrackett closed 10 years ago

chrisdrackett commented 10 years ago

I get the following in my grunt output:

DEPRECATION WARNING: Passing --sourcemap without a value is deprecated.
Sourcemaps are now generated by default, so this flag has no effect.
chrisdrackett commented 10 years ago

Looks like this is getting rendered in the following format:

--sourcemap file

when it needs to be like:

--sourcemap=file