borodean / postcss-assets

An asset manager for PostCSS
MIT License
537 stars 32 forks source link

What happened to the cachebuster? #81

Closed depoulo closed 6 years ago

depoulo commented 6 years ago

It looks like it got removed with 934e2e764b263a101738ee7dc6543065059a30be, meaning that 3.0.3 is the last release containing it. But the two most recent commits update the cachebuster documentation so what's going on here?

borodean commented 6 years ago

@depoulo all of that kind of functionality was extracted to https://github.com/borodean/assets.

For instance, here is the cachebuster thing: https://github.com/borodean/assets/blob/develop/lib/url.js#L45