I followed install directions below and when I run from localhost the CSS is missing. See screenshot. Strangely, when I push to heroku, the CSS is working on the heroku instance.
git clone git://github.com/sfbrigade/adopt-a-drain.git
cd adopt-a-drain
bundle install
bundle exec rake db:create
bundle exec rake db:schema:load
..(I didn't do anything with Docker)..
rails server
bundle exec rake data:load_drains
missing css:
