Kunstmaan / kStrano

kStrano (KumaStrano) is a Capistrano deployment “recipe” for Kunstmaan specific applications to make our job of deploying a lot easier. It integrates with Airbrake, Jenkins and Campfire.
MIT License
13 stars 0 forks source link

fix: asset version is replaced in config.yml, but old asset version is still used #53

Closed jockri closed 10 years ago

jockri commented 10 years ago

When deploying a SF2 application, the asset version is replaced in the config.yml file, but sometimes the old asset version is still being shown in the html source (yes, Varnish cache was cleared). This is solved by doing a cache:clear before you do the cache:warmup after the asset version is replaced.