I'm using kriswallsmith/assetic(symfony/AsseticBundle) bundle for Symfony2, I was looking for a way to render only part of the files using assetic:dump.
I'm explain my self: My app as some assets for admin management, and other for frontend, I would like to be able to dump only front assets, is it possible ?
this assetic:dump is also alway rendering both files for app_dev.php and app.php is there a way to tell him to render only the compiled css/js ?
Thanks