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

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -