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