CodeSleeve / asset-pipeline

This Laravel 4 package provides a very simple and easy to use asset pipeline. It was heavily inspired by the Rails asset pipeline. We make use of the wonderful Assetic package to help with pre-compliation!
http://www.codesleeve.com
MIT License
491 stars 53 forks source link

Laravel 4.2 Unable to get the background image #179

Open ynagarjuna2012 opened 10 years ago

ynagarjuna2012 commented 10 years ago

in the application.css

.webpage{ background:url('image_something.jpg') }

But this is not working how to get the background image working

dwightwatson commented 10 years ago

Where is your image_something.jpg? It should be in app/assets/images/. Are you getting any errors in your developer console?

MonrealRyan commented 9 years ago

I think Laravel 4.2 BinaryFileResponse Class return it as a broken image... same problem here..