Autoversioning CSS/JS in ASP.NET MVC?
问题 So I was reading this stackoverflow post about "autoversioning" in ASP.NET MVC for CSS/JS files and was wondering what the "best" strategy is to do this. The solution provided inserts an assembly number - which means everytime you publish - it will change EVERY SINGLE file which is not ideal because if you make modifications to just 1 *.css or *.js then it will change each and every file. 1) How can it be done just for "single files" instead of using site wide assembly using modification date