summaryrefslogtreecommitdiff
path: root/contrib/playlib/src
Commit message (Collapse)AuthorAgeFilesLines
* Relaxes the visibility on the Twil trait.Jean Helou2019-03-111-1/+1
| | | | This makes it easier for users to customize their build.
* Extracts static asset and webjar handling to a specific traitJean Helou2019-03-112-102/+100
|
* add static assets including WebJarsAndrew Richards2019-03-112-1/+104
| | | | Signed-off-by: Jean Helou <jhe@codamens.fr>
* Reworks version specific keys and extractionJean Helou2019-03-111-1/+1
| | | | | | | Route compilation workers are specific to play minor version but still added a patch level version in the key. The playMinorVersion used to compute the version part of the key had to add a useless trailing `.0`, this is now fixed.
* Provides additionnal dependency keys for easier configurationJean Helou2019-03-113-11/+29
|
* fixes route compiler worker selector keyJean Helou2019-03-111-3/+2
| | | | | | The version was correctly derived into a worker key but the key was left unused and the full version was used instead which didn't work for non .0 versions
* Play modules : api only, full play and mono module project.Jean Helou2019-03-112-0/+29
|
* Add trait to configure twirl integration for playframeworkJean Helou2019-03-111-0/+29
|
* Integrate Router module and add a trait to configure it for playJean Helou2019-03-112-16/+19
|
* Tightens visibility of the internal workersJean Helou2019-03-111-4/+4
|
* Adds individual modules to configure mill to playframework's defaultsJean Helou2019-03-114-0/+65
| | | | | | | | This adds : - version configuration - dependencies - directory layout - runtime server
* better aligns RouterModule with mill's naming conventionsJean Helou2019-02-141-25/+6
|
* update scaladoc to leverage list markersJean Helou2019-02-141-10/+8
|
* switch to T.sources for the routesFiles settingJean Helou2019-02-142-9/+27
|
* Reworks the toplevel playlib moduleJean Helou2019-02-143-139/+146
| | | | | | | | | | | | | | | | This is the first commit of a redesign of the play lib module. The new design was massively inspired from the `scalajslib` module. It adds a specialized worker for each version of play, both workers implement a common api from an `api`. The main module delegates to a `loader` which dynamically looks up the bridge instance through reflection then triggers the generation. - adds a `RouteCompilerWorkerApi` trait which establishes the bridge to the actual `RouteCompilerWorker`. - drops the existing `RouterGeneratorWorker` (it is specialized by versions of play and extracted to its own submodule). - updates the `RouterModule` with improved settings and documentation.
* rebase on masterJean Helou2019-02-142-6/+8
|
* Load/convert instances from classloaderGuillaume Grossetie2019-02-141-8/+31
|
* Create a Play! module to compile the routerGuillaume Grossetie2019-02-142-0/+146