2

Do we have any Minifier Add-in for visual studio 2005..? that minifies various files inside visual studio.

sean e
  • 11,792
  • 3
  • 44
  • 56
Adeel
  • 685
  • 3
  • 10
  • 20
  • 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 Answers2

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.

Community
  • 1
  • 1
sean e
  • 11,792
  • 3
  • 44
  • 56