webjars / webjars-play

MIT License
80 stars 34 forks source link

webjars-play missing at webjars.org #59

Open bijoys opened 8 years ago

bijoys commented 8 years ago

According to webjar documentation (http://www.webjars.org/documentation) "org.webjars" %% "webjars-play" % "2.4.0-1" should bring in WebJarAssets support in play. But I am not able to find webjars-play anymore at webjars.org.

Am I missing something obvious?

thanks

jamesward commented 8 years ago

I'm not sure what you mean. webjars-play is on Maven Central. Are you not able to download the dependency?

bijoys commented 8 years ago

Thanks for the quick response. Sorry, I was looking at the wrong place. I found it in the local .ivy2 cache.

While following the steps at http://www.webjars.org/documentation, I am getting this error:

value WebJarAssets is not a member of object controllers.routes

I have the following in my build.sbt libraryDependencies

"org.webjars" %% "webjars-play" % "2.4.0-2",

What could be going wrong here?

thanks

jamesward commented 8 years ago

Looks like you don't have a route in conf/routes for the WebJarAssets controller.