Configuring Coffeescript SBT in Build.scala not build.sbt? -
Configuring Coffeescript SBT in Build.scala not build.sbt? -
often come across instructions tell me how add together sbt tool build.sbt
, have build.scala
, not build.sbt
. want know how same in build.scala
?
the particular case causing me problem coffeescript sbt has instructions how add together build.sbt
. don't have built.sbt
, have build.scala
, don't know do.
the code referenced here helps solve problem.
two options:
go ahead , create build.sbt line given in coffeescript instructions. can coexist build.scala.
in build.scala, find "settings" line within project , add together ++ coffeesettings
it. may need import coffeescript.plugin.coffeesettings
@ top.
scala sbt
Comments
Post a Comment