foundation / panini

A super simple flat file generator.
Other
592 stars 104 forks source link

Cache bust assets #121

Closed pablopaul closed 7 years ago

pablopaul commented 7 years ago

Hey Zurbians,

how do you cache bust assets (css / js / images) within a panini builded prototype?

Do you use a custom helper which generates a random version string on every build or so?

gakimball commented 7 years ago

Panini doesn't do any static asset manipulation, but you can handle this with a Gulp plugin like gulp-cache-bust. That's what's done on the Foundation documentation, which is powered by Panini.