Some files in /assets/css not found [Playframework] -


hi having problem unresolved dependency:

sbt.resolveexception: unresolved dependency: play#sbt-plugin;2.2.0: not found

and found solution here: upgrading project version 2.2.0 of play framework

i followed steps when compile or run play there not errors when load webpage i'm working can't find of files in /assets/css. after changes proposed on solution use command clean, still same problem [status code:404 not found]. enter image description here

this how call files in assets:

> layout.scala.html      <link rel="stylesheet" href="@routes.assets.at("css/layout.min.css")" type="text/css">     <link rel="stylesheet" href="@routes.assets.at("css/style.min.css")" type="text/css">     <link rel="stylesheet" href="@routes.assets.at("css/blocks.min.css")" type="text/css"> 

i'm using play 2.2.0. idea how solve it? thanks


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -