There is an issue in the google user group but I open an issue here because it seems to be a bug.
Assetic in php template doesn't work (dev mod). It work well with twig. the error is : Route "_assetic_0e3af84_0" does not exist. code used : <?php foreach ($view['assetic']->stylesheets(array('MyBundle/Resources/ public/css/*')) as $url): ?> <link rel="stylesheet" href="<?php echo $view->escape($url) ?>" type="text/css" media="all" /> <?php endforeach; ?> user issue : http://groups.google.com/group/symfony-users/browse_thread/thread/5188165d00cfab28# -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en