gruntjs / grunt-contrib-cssmin

Compress CSS files.
http://gruntjs.com/
MIT License
793 stars 147 forks source link

Add sourceMapIn method #231

Open soluml opened 9 years ago

soluml commented 9 years ago

Depending on how the CSS sourceMaps were written, we may have issues with filenames. grunt-contrib-uglify let's you specify a sourceMapIn method to help deal with these issues.

This plugin should add that ability too.

meinaart commented 8 years ago

I have added a pull request for this. Is this what you meant? It's exactly what I needed but it could be I made some wrong assumptions about your request.