gruntjs / grunt-contrib-sass

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

options sourcemap has no effect #174

Closed kathygit closed 9 years ago

kathygit commented 9 years ago

I tried soucemap: 'none', 'inline' and all four options, it always generate xxx.css.map and add this comment to the generated css file: /# sourceMappingURL=xxx.css.map /

sindresorhus commented 9 years ago

Works for me. Make sure you're on the latest version of this task and Sass.

For further support use StackOverflow ;)

franciscop commented 8 years ago

Node 0.12.x doesn't work as @kathygit suggests, but with 4.0.0 it works. Weird