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

Could not read WebJar RequireJS config #25

Closed
Sodiian opened this issue Jun 18, 2014 · 2 comments
Closed

Could not read WebJar RequireJS config #25

Sodiian opened this issue Jun 18, 2014 · 2 comments

Comments

@Sodiian
Copy link

Sodiian commented Jun 18, 2014

Could not read WebJar RequireJS config for: bootstrap 3.1.1

build.sbt
scalaVersion := "2.11.1"

"org.webjars" %% "webjars-play" % "2.3.0"
"org.webjars" % "bootstrap" % "3.1.1"

There is an error in browser's console:
The webjars.path() method of getting a WebJar path has been deprecated. The RequireJS config in the bootstrap WebJar may need to be updated

@jamesward
Copy link
Member

Use:

"org.webjars" % "bootstrap" % "3.1.1-1"

@Sodiian
Copy link
Author

Sodiian commented Jun 18, 2014

thanks

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