How do You manage all of Your .js and .css files in asp.net project. Especially when they have a lot of dependency between each other?
I've combined all script in one. But it's become weighty, and 90% of them were not used on particular pages. What I want is an instrument or guidence to manage all of those scripts, simple dependency management, that help to include on page only those JS and CSS that needed on this page.
Also used ScriptManager nut when You use a lot of controls it's very handy.... maybe I'm using it in wrong way.