I have a personal site I'm trying to deploy using rack to heroku. When I open the index.html file on my machine, everything looks and works fine. But when I use rackup to run it locally, all my Bootstrap styling is gone. Any idea what's going on here?
Asked
Active
Viewed 135 times
0
-
Can you post the – maackle Sep 27 '13 at 02:45
-
Here you go: ... – Logan Shire Sep 27 '13 at 03:05
-
try adding a slash in the beginning, e.g. changing `dist` to `/dist` – maackle Sep 27 '13 at 03:21