neilime/zf2-assets-bundle

Files grows in dimensions with each request

ionutG-icoldo opened this issue · 1 comments

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.

'asset_bundle' => 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.

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