Skip to content
NOUGUIER Olivier edited this page May 27, 2013 · 2 revisions

Layout

Dart resources must be located in $base/web

Dart entryPoints and web_ui entryPoints are declared in build.sbt file of your project.

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/

Then deployed in the "public" managed resources: target/scala-2.10/resource_managed/main/public/

Clone this wiki locally