http4s / http4s_demo

See how easy http4s makes life
Other
14 stars 7 forks source link

Can you show how to add Twirl to the mix? #5

Closed wpoosanguansit closed 9 years ago

wpoosanguansit commented 9 years ago

This is closed as the following is added to the project

lazy val project = Project("http4s_demo", file(".")).enablePlugins(SbtTwirl)

sourceDirectories in (Compile, TwirlKeys.compileTemplates) := (unmanagedSourceDirectories in Compile).value

and everything is working correctly.

bryce-anderson commented 9 years ago

Hi @wpoosanguansit, glad you got it sorted. I still think it might be worth it to others to add a twirl example, so I might do that anyway.