Reputation: 61237
I am planning to use MS Ajax Minifier with Asp.Net MVC 2.0 for handling the Js and Css files. Does anyone has experience with MS Ajax Minifier? I have following questions regarding this.
Upvotes: 1
Views: 234
Reputation: 16613
SomeFile.min.js
in your script reference. But in Visual Studio you can have an uncompressed file with this name SomeFile-vsdoc.js
for intellisense coding (in which you can also use xml comments which will be picked up by VS.Another approach would be to use SquishIt.
Grz, Kris.
Upvotes: 1