Turn off script combining
I'm creating a module in Sitefinity 4.1 SP1 and I want to turn off script combining, I need to debug my script but it is included with a bunch of other scripts and Firebug keeps not responding. The size of all scripts combined is over 1MB. I'm adding my script through GetScriptReferences()
Cheers,
Brian
Hi Brian,
You can go to the administration->Settings->Advanced, open the Pages node and there is 'CombineScripts' - set it to False and restart the application.
Regards,
Pavel
the Telerik team