Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 553 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 553 Bytes

sbt-assets-define

This plugin wraps specific compiled coffeescript files and precompiled handlebar templates in a define block.

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-define" % "1.0.1")

See this plugin in action here.

© 2015 Sebastian Sachtleben