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

Laravel 5? #232

Closed pvos closed 9 years ago

pvos commented 9 years ago

Great package, any plans for a laravel 5 compatible version? Using in several projects

pickupman commented 9 years ago

It looks like Laravel 5 comes with a package to offer something similar although it is done with gulp. Here's a link to docs.

pvos commented 9 years ago

Good one missed that, we implement the build in one then.