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
489 stars 53 forks source link

CSS/Less Breaks on Minification #167

Closed kunalvarma05 closed 10 years ago

kunalvarma05 commented 10 years ago

I have a bunch of custom less files and twitter bootstrap (less). The problem is, whenever I try to minify the .less files (through .less filter, in custom config.php file), it breaks the page. Don't know what is causing the problem. But without minififcation, the site seems fine, with minification, it breaks.

kdocki commented 10 years ago

Duplicate issue https://github.com/CodeSleeve/asset-pipeline/issues/163