ruby - CSS not showing up with ERB -
ruby - CSS not showing up with ERB -
i've hosted on heroku, , whenever opened app worked fine css beingness linked such:
<link rel="stylesheet" href="/css/style.css"/>
the problem came when added custom domain, css no longer worked. when view source , click on href, response "not found". nil has changed, css folder still in public folder in apps directory.
have tried different paths href
, like
href="../css/style.css"
or
href="css/style.css"
css ruby dns sinatra erb
Comments
Post a Comment