Skip to content

Instantly share code, notes, and snippets.

@m242
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m242/618c6d85d221cda929cf to your computer and use it in GitHub Desktop.
Save m242/618c6d85d221cda929cf to your computer and use it in GitHub Desktop.
name := """test"""
version := "1.0-SNAPSHOT"
lazy val root = (project in file(".")).enablePlugins(PlayScala)
scalaVersion := "2.11.1"
libraryDependencies ++= Seq(
jdbc,
anorm,
cache,
ws
)
includeFilter in (Assets, LessKeys.less) := "*.less"
excludeFilter in (Assets, LessKeys.less) := "_*.less"
pipelineStages := Seq(rjs, digest, gzip)
LessKeys.compress in Assets := true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment