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

Less is not compiling #194

Open EdMarques opened 9 years ago

EdMarques commented 9 years ago

My config:

'paths' => array( ... 'vendor/twbs/bootstrap/less', ),

My application.css:

= require_tree . = require bootstrap

Why bootstrap.less not work for me?