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

Question on installation with twb-bundle #9

Closed siad007 closed 11 years ago

siad007 commented 11 years ago

Hi,

i have installed your modules (assets-bundle and twb-bundle) and set it up as described in your readme on twb-bundle following the "With AssetsBundle module (easy way)". The files are generated under public/cache but the assets/cache folder remains empty. But the browser wants to load the files from assets/cache.

So my question is why there are two different cache folders and why it wants to load from the empty one.

What i'm missing here?

neilime commented 11 years ago

I guess it was a bug with the default configuration. I fixed it. Can you update and try again ?

siad007 commented 11 years ago

:+1: works like a charm now. Thanks!