You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was trying to include JSSOR to a SCALA/PLAY app using webjars, by adding:
org.webjars.bower" % "github-com-jssor-slider" % "20.0.0"
to the app libraryDependencies in the Build.scala file. The app also uses Bootstrap managed by webjar which also depends on jQuery.
It appears that including JSSOR this way breaks the app, and throws the following exception:
[MultipleMatchesException: Multiple matches found for jquery.min.js. Please provide a more specific path, for example by including a version number.]
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to include JSSOR to a SCALA/PLAY app using webjars, by adding:
org.webjars.bower" % "github-com-jssor-slider" % "20.0.0"
to the app libraryDependencies in the Build.scala file. The app also uses Bootstrap managed by webjar which also depends on jQuery.
It appears that including JSSOR this way breaks the app, and throws the following exception:
[MultipleMatchesException: Multiple matches found for jquery.min.js. Please provide a more specific path, for example by including a version number.]
The text was updated successfully, but these errors were encountered: