Skip to content

Commit

Permalink
Updating to use latest sbt-jasmine-plugin along with bower jar for ja…
Browse files Browse the repository at this point in the history
…smine
  • Loading branch information
joescii committed Feb 12, 2016
1 parent 3113309 commit 40e24ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sbtVersion=0.13.9
liftVersion=2.6.3
liftngVersion=0.9.1
angularVersion=1.4.8
sbtJasmineVersion=1.3.0
sbtJasmineVersion=1.4.1
jasmineVersion=2.3.4

verbatim=*.gif *.js
2 changes: 2 additions & 0 deletions src/main/g8/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Change to 0.5.0 if using sbt 0.12.x
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "0.9.0")

libraryDependencies += "org.webjars.bower" % "jasmine" % "$jasmineVersion$"

addSbtPlugin("com.joescii" % "sbt-jasmine-plugin" % "$sbtJasmineVersion$")

//Enable the sbt idea plugin
Expand Down

0 comments on commit 40e24ec

Please sign in to comment.