WebFileShrinker |
overviewWell, with web files the common HTML, JS and CSS files are meant... and the intention of this program is to shrink them. This was one of my first Java program (and so looks the code). Nowadays you might not care to reduce the bandwidth but if you do, you might like this little program. It may also be used to reduce readability in a limited way. downloadwebfileshrinker.jar v1.4.7 documentationWebFileShrinker is a console program and you may call it this way: java -jar webfileshrinker.jar files [options] where files might contain wildcards like *.* or gives .prj-file which contains a list of files.
There is also support for common use with ASP, this means that simple If- and Select-Statements should be handled correctly in combination with the optional HTML-Code. |