thessrb / thessrbio

Thessaloniki Ruby Meetup home
3 stars 12 forks source link

forkme_banner does not show blacktocat.png image asset #45

Closed stevelaskaridis closed 9 years ago

stevelaskaridis commented 9 years ago

Due to asset pipelining, app/assets/images/blacktocat.png cannot be referenced in the css with its relative path inside stylesheet.css. As a result, the blacktocat.png image is now omitted and replaced by the background rule of custom.css.

As soon as I get hold of how asset pipelining actually works, I will make a pull request for fixing the specific issue.