Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 528 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 528 Bytes

sbt-assets-filter

This plugin cleans up all coffeescript, less, handlebars and other source files.

Add the dependency in your project's plugins.sbt file:

resolvers += Resolver.url("ssachtleben sbt repository (snapshots)", url("http://ssachtleben.github.io/sbt-plugins/repository/snapshots/"))(Resolver.ivyStylePatterns)

addSbtPlugin("com.ssachtleben.sbt" % "sbt-assets-filter" % "1.0.0")

See this plugin in action here.

© 2015 Sebastian Sachtleben