You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "_assetic_768aa82" as such route does not exist.")
I have been thinking in creating a custom filter that includes the jpegoptim optimization process, and that could be concatenate to the rest of the filters:
scaleResize(null, 450).MyOptimFilter
Any advice to get image optimization using in the same time ImagineBundle filters?
The text was updated successfully, but these errors were encountered:
You can't run assetic filters with dynamic data within, because assetic works before the twig interpreter starts (it's something like preprocessor in C).
Hi,
I'm interested in optimizing my rendered images using a kind of optimizer like
jpegoptim
.I have thought in using
assetic
filters like here:but that syntax is colliding with ImagineBundle syntax:
Well, I say "colliding" because I have tried this:
and I get this:
I have been thinking in creating a custom filter that includes the jpegoptim optimization process, and that could be concatenate to the rest of the filters:
Any advice to get image optimization using in the same time ImagineBundle filters?
The text was updated successfully, but these errors were encountered: