I was stuck in a dilemma on how to get around this, and was hoping someone would point me in the right direction.
I am trying to reduce the size of css and javascript files to improve the performance of our site. But the problem is that during deployment we just upload our latest version of svn repository to the server.
Itβs hard for me to add this extra step for each developer to minimize the files before each change, as this adds the risk of negligence and human error.
In any case, I thought that the server has a readable version of the files, but with some kind of file monitor that will execute the minifier when the file changes and will update the file used by the site. Has anyone implemented this before?
EDIT
We are currently working on ASP.Net 2.0, Windows Server 2003
source share