In production it's recompiling the assets with each request:
(def asset-config-options {:engine :v8
:compress true
:cache-mode :production
:asset-roots ["resources"]
:cache-root "resources/asset-cache"
:log-level :normal})
The timestamp changes with each request. I'm using link-to-asset as instructed.
Am I missing something?
In production it's recompiling the assets with each request:
The timestamp changes with each request. I'm using
link-to-assetas instructed.Am I missing something?