Do we have any Minifier Add-in for visual studio 2005..? that minifies various files inside visual studio.
Asked
Active
Viewed 356 times
2
-
Why do you want to do that? It doesn't really matter if you do this in programming languages like c# or c++, because the compiler already ignores this. Maybe you can look at some obfuscator which also removes whitespace and comments. – corné Apr 28 '09 at 06:46
-
No people. He probably means a minifier for JavaScript – Andrei Rînea Apr 28 '09 at 22:42
-
Yes minifier for javascript/css files – Adeel Apr 29 '09 at 03:13
2 Answers
2
Microsoft released their Microsoft Ajax Minifier on codeplex today. includes an MS build task and everthing.

MikeJ
- 14,430
- 21
- 71
- 87
1
See the results of this query.
Looks like the YUI Compressor for .Net is pretty popular, while this recent blog post details the use of JSMin in Visual Studio.