There is a website (Asp.NET web forms application) hosted at www.abc.com and all of its static resources including css and js are hosted at resources.abc.com
My question is how can I bundle all the css and scripts? Is there any way to buldle Absolute URL scripts and styles ?
Thanks