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

Files grows in dimensions with each request #32

Closed ionutG-icoldo closed 7 years ago

ionutG-icoldo commented 10 years ago

Hello neilime, first let me congratulate you for this very cool plugin, I find it very usefull and very good.

I have a problem when making calls to the website. The generated files in the cache ( css one ) grows in dimension with each request made to the website. Bellow is the configuration settings. I will try to look for the problem and come with a solution if it doesn`t bother you and if I will manage, else I will wait a suggestion or fix. Again congratulate for this great plugin.

'assetbundle' => array( 'production' => false, 'assets' => array( 'css' => array( 'skin/admin/package/default/layout/css/layout.css', ), 'js' => array( /'skin/global/scripts/app.js',_/ ), 'media' => array('skin/admin/package/default/layout/images/'), 'mediaExt' => array('jpg','png','gif','cur','ttf','eot','svg','woff'), ) ),

Thank you.

neilime commented 9 years ago

Your issue is disturbing, sorry for ignoring it (set as read by error). Have you found any explication and / or solution ?