mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-12 23:27:48 +00:00
If cached assets exist, they will be downloaded which should be quicker than building them again. Then assets:precompile will build any missing assets, skipping over cached ones. Then finally, all assets are saved to a newer version of the cache. It sounds like GitHub automatically manages cache versions based on branch and time, so new branches will inherit the master cache, rather than cache from another branch. If this works, this generic code should live in a shared module or something.