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

relative path not resolving to the same path as the manifest file #50

Closed kdocki closed 10 years ago

kdocki commented 10 years ago

if a require_tree . or require_directory ./foo is done then the '.' should be relative to the directory that the manifest file is located within (which not happening).

radmen commented 10 years ago

Is this fix merged?

radmen commented 10 years ago

Ah, it's merged. So another question - when will be the next release? :)