gulp-clean-css icon indicating copy to clipboard operation
gulp-clean-css copied to clipboard

Options object can't be used multiple times

Open Frankusky opened this issue 5 years ago • 0 comments
trafficstars

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.

Frankusky avatar Feb 12 '20 17:02 Frankusky