I've concluded an older post  with a promise to investigate the issues of integration of Play Framework  with RequireJS  and YUI . Finally I've got some time to resolve all issues so I'm going to showcase a working sample multi-page project in this article.   Sample project.  Issues.   Sample project   Play Framework offers a nice official tutorial for RequireJS-support . However, it appeared that not all RequireJS features are fully supported by Play Framework yet (see below in Issues  section). So it required some tuning before everything started working. I've published a sample project on github  so you're welcome to look into it. Some of the issues that I faced are described in the section below. Here I'm going to show a couple of screenshots of the sample application. This is how one page of the application looks like:    Below is the screenshot of the network tab of the Google Chrome developer tools showing all page resources in the production mode. You c...