Open eximius313 opened 7 years ago
Try (in project/plugins.sbt
):
lazy val sbtAutoprefixer = RootProject(uri("git://github.com/mkurz/sbt-autoprefixer#a2bfc08bc15fa75b0c66715c101399a4b7459106"))
lazy val root = project.in(file(".")).dependsOn(sbtAutoprefixer)
It gives a warning about bintray:
[warn] Missing bintray credentials. Either create a credentials file with the bintrayChangeCredentials task, set the BINTRAY_USER and BINTRAY_PASS environment variables or pass bintray.user and bintray.pass properties to sbt.
but works, thanks! BTW - maybe it's good to update README?
@eximius313 If you provide a pull request I am happy to merge :smile:
SBT 1.0.3 throws:
How I can use sbtAutoprefixer with 1.0?