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.
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.