|
Reduce the size of your aspx, html, javaScript and C# files. Make your web pages load faster and protect your code from thieves. By compressing code we mean removing unnecessary spaces, returns, line feeds, comments etc. The size of your page reduces and page loads much faster, while at the same time the code becomes one long line of text which is very hard to read and hard to reuse by thieves.Supported input formats (file mode):- *.aspx (ASP.NET 2.0) with/without javaScript or C# code inside < script> < ; script> tags- *.html / *.htm with/without javaScript code inside < script> < ; script> tags- *.js (javaScript) code in stand alone file- *.cs (C#) code in stand alone fileEspecially designed to fully support aspx files and asp.net 2.0 syntax.Important note: javaScript lines must end with ';' just like C#, C++ or C does..NET Framework 2.0 required.Current version: 1.0.
|