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

Relative paths fail when concat is turned off #187

Open kirkegaard opened 10 years ago

kirkegaard commented 10 years ago

Ive added the following to my application.css file: *= require ../vendor/twitter-bootstrap/css/bootstrap.css

which works perfectly when concatenating the files. But when turned off it'll produce paths like this: http://mysite.dev/static/assets/app/assets/vendor/twitter-bootstrap/css/bootstrap.css

* Also ive changed the route to /static/assets because i need /assets