Hi I am heavily using prototype framework in my symfony calling form_remote_tag, etc. frequently.
As the size of prototype.js is big I have decided to compress it (gz) and also merge it with some other javascript files to make them one single file. The problem is that those helper commands such as form_remote_tag add the prototype.js file by caylling sf_response->addJavaScript . Is there anyway to disallow this inclusion of prototype.js? One answer is to directly use the equivalent javascript command (new Ajax.updater...) which I don't like. --Mohammad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
