Posted
on Jun 15, 2012
(permalink)
Scripts like headjs or modernizr are supposed to be placed in the <head> of an html document, in order to work properly. All other script references should be placed at the end of the <body>. Is it possible to use the ScriptRegistrar for this? I would like to use compression, cdn support, etc. for my header script as well. I've tried using a separate group for the header script, but what was rendered also included jQuery and telerik scripts. Is there a way to register and render just a single group in one place and other scripts in other places?