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

Q) Can I add assets_bundle files from a layer? #4

Closed JohnKimDev closed 11 years ago

JohnKimDev commented 11 years ago

I have a situation that I'd like to add some extra LESS files from a layer file to the base assets_bundle config. Is there a way to do that?

JohnKimDev commented 11 years ago

(SOLVED) I found the way to work around. The controller specific assets assign in the assets config works for my need.