现在我已经配置并运行基于webjar的Play 2.3.8应用程序。最近我尝试使用bower webjars中的一个并没有成功。
我更准确
"org.webjars" %% "webjars-play" % "2.3.0-2"
和"org.webjars.bower" % "classnames" % "1.1.4"
中的plugins.sbt
{li> GET /webjars/*file controllers.WebJarAssets.at(file)
在app/routes
中
某些<script src="@routes.WebJarAssets.at(WebJarAssets.locate("classnames.js"))"></script>
中的app/views/{file}.scala.html
我接受了所有
IllegalArgumentException:找不到classnames.js。确保 您已添加相应的WebJar,请检查拼写错误。
在该页面上。
答案 0 :(得分:0)
错误是准确的。 Bower WebJar中没有名为classnames.js
的文件:http://www.webjars.org/listfiles/org.webjars.bower/classnames/1.1.4
上游Bower项目没有具有该名称的文件:https://github.com/JedWatson/classnames