No i did not.

I had to say to my webdesigner to use absolute paths into his CSS (for
instance : /bundles/mybundle/images/..... < created by assets:install
command)
That's a very bad practice and i'd love to do otherwise but i don't know how
to use Assetic to avoid that.

Kris ? Help :)


Benjamin.


2011/6/12 Francisco Facioni <fran...@gmail.com>

> I'm having the same problem, did you find how to solve it?
>
> On Jun 2, 12:53 pm, dbenjamin <bd.web...@gmail.com> wrote:
> > Ok, i added the cssrewrite filter to my assets but i'm not sure how to
> use
> > it.
> >
> >     {% stylesheets filter='cssrewrite,?yui_css'
> >         '@MvalSiteBundle/Resources/css/jquery/jquery-ui.css'
> >         '@MvalSiteBundle/Resources/css/reset.css'
> >         '@MvalSiteBundle/Resources/css/style.css'
> >     %}
> >         <link href="{{ asset_url }}" rel="stylesheet" media="screen" />
> >     {% endstylesheets %}
> >
> > The paths are now "../../Resources/css/jquery/images/". Obviously it
> can't
> > work.
> >
> > The assets src are in :
> >
> > MyBundle/
> >     Resources/
> >         css/
> >             jquery/
> >                 images/
> >                 jquery-ui.css
> >             reset.css
> >             style.css
> >
> > I don't see options for the cssrewrite filter. How should i do ?
> >
> > Thanks.
> >
> > *
> > --
> > Benjamin Dulau - anonymation CEO
> > anonymation.com | code.anonymation.com
> > ben...@anonymation.com
> > *
>
> --
> 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
>

-- 
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