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