Tag: webjars

对JS库的模糊引用:jquery.js

ScalaJS addSbtPlugin(“org.scala-js” % “sbt-scalajs” % “0.6.9”) with(包括jquery-ui dep之后): libraryDependencies += “be.doeraene” %%% “scalajs-jquery” % “0.9.0”, jsDependencies += “org.webjars” % “jquery” % 2.2.3 / “jquery.js”, jsDependencies += “org.webjars.bower” % “jquery-ui” % “1.11.4” / “draggable.js” 使用fastOptJS编译时出错: [error] – Ambiguous reference to a JS library: jquery.js [error] Possible paths found on the classpath: [error] – META-INF/resources/webjars/jquery/2.2.3/jquery.js [error] – […]