mushon / IWBA

The International Water Bank Association's Water Deposit exhibit - a water ATM for depositing your first drops
0 stars 1 forks source link

How should I reference image assets? #15

Closed mushon closed 8 years ago

mushon commented 8 years ago

this didn't work: /assets/images/drop-pending.svg

wonyoungso commented 8 years ago

try '/assets/drop-pending.svg' after doing following steps:

  1. pull the code
  2. stop the webserver
  3. type 'bundle' in terminal
  4. restart the webserver "rails s webrick"
mushon commented 8 years ago

thanks