We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Dart resources must be located in $base/web
$base/web
Dart entryPoints and web_ui entryPoints are declared in build.sbt file of your project.
build.sbt
Those entries point are compiled of the fly when the pages is requested and deployed in the "public" area of your web application.
Dart resources are copied in a work area: target/scala-2.10/cache/play2dart/global/dart/
target/scala-2.10/cache/play2dart/global/dart/
Then deployed in the "public" managed resources: target/scala-2.10/resource_managed/main/public/
target/scala-2.10/resource_managed/main/public/