lein-js

A Leiningen plugin for concatenating and compiling JavaScript files using Google's Closure Compiler.

Leiningen/Boot

[lein-js "0.1.1-SNAPSHOT"]

Clojure CLI/deps.edn

lein-js/lein-js {:mvn/version "0.1.1-SNAPSHOT"}

Gradle

implementation("lein-js:lein-js:0.1.1-SNAPSHOT")

Maven

<dependency>
  <groupId>lein-js</groupId>
  <artifactId>lein-js</artifactId>
  <version>0.1.1-SNAPSHOT</version>
</dependency>