Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.1 KB

sbt-closure

Build Status

sbt-web plugin which integrates with Google’s Closure Compiler.

Plugin

Add the plugin to your project/plugins.sbt (for sbt 0.13.5+ and 1.x):

addSbtPlugin("eu.sipria.sbt" % "sbt-closure" % "1.1.1")

Add the Sonatype releases resolver:

resolvers += Resolver.sonatypeRepo("releases")

Enable the sbt-web plugin for your project:

lazy val root = (project in file(".")).enablePlugins(SbtWeb)

Add the closure task to your asset pipeline in your build.sbt:

pipelineStages := Seq(closure)

License

This code is licensed under the MIT License.