I like to have seperate javascript files and css files in my web projects. Each pages has its own javascript and css file for the sake of clarity on my behalf.
In my latest project I ended up having 10 seperate stylesheets and 9 javascript files and that slows down my application.
My question: whats the fastest way of merging all stylesheets into 1 file and all javascripts into one file on the server side? In the end the browser should see it as 1 file but I like to keep my files seperate on the back end.
Thanks!
This is what I’ve used in the past: http://yuicompressor.codeplex.com/