I have the latest vendors update and been trying to use the
AsseticBundle, but it's not working when I use the prod env (work fine
for dev):

assetic:
    debug:          %kernel.debug%
    use_controller: false
    filters:
        cssrewrite: ~

<?php foreach($view['assetic']->stylesheets('@AcmeBundle/Resources/
public/css/demo.css') as $url): ?>
    <link rel="stylesheet" type="text/css" href="<?php echo $view-
>escape($url) ?>" media="all">
<?php endforeach; ?>

It seem to run the script but not generating the asset. Any Ideas why
this is not working?

-- 
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 users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to