scniro/gulp-clean-css

Options object can't be used multiple times

Opened this issue · 0 comments

I have a centered object which contains the base configuration for css cleaner. The first execution works as expected, but the second one replace the urls wrong (even with normalizeUrls option disabled).

I console logged the object and it looks like after the first run it adds an rebaseTo property to my object which causes the bad url replacement.