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

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

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -