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
{{ message }}
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.
The link to download this repo located here (as of 2019-03-12) as 'Play Starter Example Project' is out of sync with the rest of the tutorial that follows. This leads to the project being unable to compile if the instructions are followed exactly.
For example, the instructions for making the hello.scala.htmlhere:
The link to download this repo located here (as of 2019-03-12) as 'Play Starter Example Project' is out of sync with the rest of the tutorial that follows. This leads to the project being unable to compile if the instructions are followed exactly.
For example, the instructions for making the
hello.scala.html
here:will not work because the
main.scala.html
template expects another explicit parameter which is anAssetsFinder
. From source file here:@(title: String, assetsFinder: AssetsFinder)(content: Html)
The solution is that you need to accept this parameter as an implicit and then pass it to
main
explicitly like so:Long story short, I think that either the download link or the tutorial instructions need to be updated in order to resolve this issue.
The text was updated successfully, but these errors were encountered: