com.github.ljpengelen/lein-hash-assets

Add hashes to the filenames of your assets and use those in your index.html

Leiningen/Boot

[com.github.ljpengelen/lein-hash-assets "0.1.0"]

Clojure CLI/deps.edn

com.github.ljpengelen/lein-hash-assets {:mvn/version "0.1.0"}

Gradle

implementation("com.github.ljpengelen:lein-hash-assets:0.1.0")

Maven

<dependency>
  <groupId>com.github.ljpengelen</groupId>
  <artifactId>lein-hash-assets</artifactId>
  <version>0.1.0</version>
</dependency>