sbt / sbt-rjs

RequireJs optimizer plugin for sbt-web
Other
39 stars 28 forks source link

wrong configuration option in README.md #8

Closed andreykl closed 10 years ago

andreykl commented 10 years ago

Hello

Thanks for your work, I need plugin like this one very much.

I'm trying to start work with plugin, but I can't run plugin. It looks like the string

addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.0-RC3")

is defenitely wrong. I always receive from sbt this:

[warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: com.typesafe.sbt#sbt-rjs;1.0.0-RC3: not found [warn] ::::::::::::::::::::::::::::::::::::::::::::::

I tryed RC4, RC5, 1.0.0, 1.0.1, nothing works. Would you fix docs pls.

Thanks, Andrey.

huntc commented 10 years ago

The docs are fine... I'm unsure why this is happening for you... I'm about to make a 1.0.0 final release so I suspect things will be ok.