BlessCSS / bless

CSS Post-Processor
blesscss.com
MIT License
282 stars 60 forks source link

Cache buster hash #55

Closed michalkleiner closed 9 years ago

michalkleiner commented 9 years ago

Allows for any general cache buster parameter passed within options object from the caller, preferably a hash of content of the blessed file. Fallbacks to a timestamp if no parameter is passed.

paulyoung commented 9 years ago

Hi @michalkleiner, thanks for contributing.

In the little time I have to work on this project I've been focusing on v4, so am reluctant to make changes to v3 at this time.

The current plan is also to drop cache-busting and leave that up to the consumer. Some discussion around that here: https://github.com/paulyoung/bless.js/pull/32#issuecomment-62604442.

That said, I'm going to close this out.

michalkleiner commented 9 years ago

Ok, fair enough. Thanks for your response.