mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Disable unused sbt plugins
This commit is contained in:
parent
25e442f234
commit
d8fc417d76
|
@ -2,19 +2,19 @@
|
|||
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.14")
|
||||
|
||||
// Web plugins
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.0")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.3")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.7")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.0")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.1.0")
|
||||
addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.2")
|
||||
// addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0")
|
||||
// addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.0")
|
||||
// addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.3")
|
||||
// addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.7")
|
||||
// addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.0")
|
||||
// addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.1.0")
|
||||
// addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.2")
|
||||
|
||||
// Play enhancer - this automatically generates getters/setters for public fields
|
||||
// and rewrites accessors of these fields to use the getters/setters. Remove this
|
||||
// plugin if you prefer not to have this feature, or disable on a per project
|
||||
// basis using disablePlugins(PlayEnhancer) in your build.sbt
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-play-enhancer" % "1.1.0")
|
||||
// addSbtPlugin("com.typesafe.sbt" % "sbt-play-enhancer" % "1.1.0")
|
||||
|
||||
// Play Ebean support, to enable, uncomment this line, and enable in your build.sbt using
|
||||
// enablePlugins(PlayEbean).
|
||||
|
|
Loading…
Reference in New Issue
Block a user