Hi Gandalf, On 28 mai, 15:39, Gandalf <[email protected]> wrote: > Dont use the symfony helpers, write your own helpers. > I dont see the problem here....
The problem is that we already have a hudge application, and i'm looking for a non intrusive solution, so that i don't have to replace all the calls to image_tag helper > what do you plan to do with the images included from the css file? > does your php install parses the css files as well? Exactly. My css files are bundled into a single file, and cached. During the bundling, url are rewritten in the bundle source, so that the postfix "?1234" is added there too. For now, I plan to copy the original AssetHelper of Symfony to our helper directory, and modify what needed... ... unless someone suggest a nicer solution, and that would be great :) Regards, Guillaume Dufloux --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
