Css Background Images For Rails Production Environment

Posted By Weston Ganger

<p>I was originally using the css rule background:url('image.png'); this does not work in Rails for production</p>
<p>The fix is to use one of the following:</p>

background:url('image.png');

Article Topic:Software Development - HTML / CSS

Date:July 07, 2014