gruntjs / grunt-contrib-cssmin

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

Allow the relativeTo option to be overridden #241

Open fracmak opened 9 years ago

fracmak commented 9 years ago

203 blocked me from passing in my own relativeTo which I had been doing prior to cssmin 0.12.3. This keeps the existing functionality but allows users to pass in their own relativeTo url in if they so desire.

Bnaya commented 9 years ago

+1

peterjay commented 8 years ago

Not allowing relativeTo option to be overridden prevents us from using this in production. Please merge this pull request.

simonmilz commented 8 years ago

+1

XhmikosR commented 7 years ago

Not sure what to do with this; it's not something I use myself.

But I'd like to get this merged after it's been rebased if it's a good change.