Assetic The Latest Fix!

This is real quick for when you get an exception of the sort of the route problem.

An exception has been thrown during the rendering of a template ("Route "_assetic_817694b" does not exist.") in AlomWebsiteBundle:tylesheets.html.twig at line 1.

The solution is simple, just telling assetic to scan that bundle:

assetic:
    debug:          %kernel.debug%
    use_controller: false
    bundles:        [ AlomWebsiteBundle ]
...

Make sure you `php app/console cache:clear`.

Thanks to josiah for the tip. Encouragements in all good.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">