Skip to content

Commit

Permalink
use updated coffee keys
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jan 15, 2012
1 parent fa5ad7a commit 08536a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Expand Up @@ -8,7 +8,7 @@ seq(coffeeSettings:_*)

seq(lessSettings:_*)

targetDirectory in Coffee <<= (resourceManaged in Compile) { _ / "www" / "js" }
(resourceManaged in (Compile, CoffeeKeys.coffee)) <<= (crossTarget in Compile)(_ / "www" / "js")

libraryDependencies ++= Seq(
"net.databinder" %% "unfiltered-jetty" % "$unfiltered_version$",
Expand Down

0 comments on commit 08536a6

Please sign in to comment.