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
In [PlayFramework 2.1] application.context in application.conf as such: application.context = "/jack"
I am unable to use both WebJars and RequireJS to resolve the correct path (e.g: http://localhost:9000/jack/...).
Require.js the file itself, loads with no problem, but its in the SBT (build.sbt or Build.scala) appDependencies where it is having problem resolving require.js . For example in this underscore WebJar, even if I exclude the transitive dependencies.
In [PlayFramework 2.1] application.context in application.conf as such: application.context = "/jack"
I am unable to use both WebJars and RequireJS to resolve the correct path (e.g: http://localhost:9000/jack/...).
Require.js the file itself, loads with no problem, but its in the SBT (build.sbt or Build.scala) appDependencies where it is having problem resolving require.js . For example in this underscore WebJar, even if I exclude the transitive dependencies.
"org.webjars" % "underscorejs" % "1.5.2" exclude("org.webjars", "requirejs")
The text was updated successfully, but these errors were encountered: