[symfony-users] Re: Assetic and php template

2011-06-11 Thread abel
Hi, I have the same issue in dev configuratoin, Symfony2/Beta4. "Route "_assetic_d2527d0_0" does not exist." Could you provide any workaround? On Jun 9, 1:09 am, John Blobsmith wrote: > Hi, > it doesn't work, I'm the same error, you have another solution ? > > On 5 juin, 19:55, Kris Wallsmith >

[symfony-users] Re: Assetic and php template

2011-06-08 Thread John Blobsmith
Hi, it doesn't work, I'm the same error, you have another solution ? On 5 juin, 19:55, Kris Wallsmith wrote: > It may be getting confused because you’re referencing your asset source files > incorrectly. You need to use the following syntax to include an asset from a > bundle: > > ($view['asse

[symfony-users] Re: Assetic and php template

2011-06-08 Thread John Blobsmith
Hi, i tried to use this : stylesheets(array('MyBundle/Resources/ public/css/*')) as $url): ?> but it doesn't work. I have the following error : Route "_assetic_291f3a4" does not exist. Maybe I forgot to set a configuration ? On 5 juin, 19:55, Kris Wallsmith wrote: > It may be getting con

Re: [symfony-users] Re: Assetic and php template

2011-06-05 Thread Kris Wallsmith
It may be getting confused because you’re referencing your asset source files incorrectly. You need to use the following syntax to include an asset from a bundle: stylesheets(array(‘@MyBundle/Resources/public/css/*’)) as $url): ?> escape($url) ?>" /> Does that help? Kris On Sunday, June 5, 2

[symfony-users] Re: Assetic and php template

2011-06-05 Thread John Blobsmith
Someone knows this problem ? On 30 mai, 07:48, John Blobsmith wrote: > Hi, > I work in dev mod and my css folder is in /scr/Blobsmith/MyBundle/ > Resources/public/css/. > > Sorry for this very late response... > > On May 23, 5:03 pm, Kris Wallsmith > > > > > > > project.com> wrote: > > Where are

[symfony-users] Re: Assetic and php template

2011-05-31 Thread John Blobsmith
Hi, I work in dev mod and my css folder is in /scr/Blobsmith/MyBundle/ Resources/public/css/. Sorry for this very late response... On May 23, 5:03 pm, Kris Wallsmith wrote: > Where are your stylesheets located in your project directory — > web/public/css/* ??On Sunday, May 22, 2011 at 5:23 AM,