gruntjs / grunt-contrib-sass

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

Is a sourcemapPath/Name option considered? #143

Closed radkodinev closed 10 years ago

radkodinev commented 10 years ago

Are there any plans for a sourcemapPath option (such as in gulp-ruby-sass), or even better - sourceMapName (as in grunt-contrib-uglify)?

I think it would be very useful to be able to control those paths. For instance, in a development environment I would like all the files (style.scss, style.css, style.css.map) to reside in the same directory.

sindresorhus commented 10 years ago

See the new Sass source map options: https://github.com/gruntjs/grunt-contrib-sass#sourcemap

radkodinev commented 10 years ago

Yes, thanks