ビュー内にブートストラップ css ファイルを含めるために、Scala play でルートを反転できません。
ブートストラップ ファイルへのリンクは次のとおりです。
<link href="@routes.Assets.at("bootstrap/dist/css/bootstrap.css")" rel="stylesheet"/>
これが私のルートです:
GET /assets/*file controllers.Assets.at(path="public", file)
ファイルへのパスは次のとおりです。
/public/bootstrap/dist/css$ ls
bootstrap.css bootstrap-theme.css index.html
bootstrap.min.css bootstrap-theme.min.css index.html.1
ここで何が間違っていますか?
ありがとう!