neilime / zf2-assets-bundle

AssetsBundle is a module for Zend Framework 2 allowing asset managment (bundling & caching)
https://neilime.github.io/zf2-assets-bundle/
MIT License
33 stars 20 forks source link

Subfolders images #40

Closed jjamaral closed 7 years ago

jjamaral commented 9 years ago

Hi @neilime,

First of all, congratulations for this bundle, its pretty cool!

Im having a small issue with subfolders search. I have this flag setted to true: 'recursiveSearch' => true

My media property: 'media' => array('img','fonts','plugins')

But, only plugins folder and "first subfolder" is cached. Example: /plugins/font-awesome/images/ isnt cached.

Do you know why? How can I solve this?

Thanks in advance!

neilime commented 7 years ago

Old issue, was fixed in an old previous version