Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webjars-play missing at webjars.org #59

Open
bijoys opened this issue Nov 3, 2015 · 3 comments
Open

webjars-play missing at webjars.org #59

bijoys opened this issue Nov 3, 2015 · 3 comments

Comments

@bijoys
Copy link

bijoys commented Nov 3, 2015

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
Copy link
Member

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

@bijoys
Copy link
Author

bijoys commented Nov 4, 2015

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants