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

Adjust illuminate/support dependancy to allow for 4.1.* development #49

Closed dwightwatson closed 10 years ago

dwightwatson commented 10 years ago

Just a suggestion, but perhaps the illuminate/support dependancy could be adjusted to allow installation on the development version of Laravel, 4.1.. At the moment it will not install unless Laravel 4.0. is in use.