License: LGPL
Categories: .NET, Javascript
download
Categories: .NET, Javascript
JSTrim
JSTrim is an JavaScript compressor and preprocessor command line tool. It enables you to merge multiple JS files and compress them using basic minimisation or Dean Edvards packer algoritm. It has also preprocessor statements so you can include/exclude portions of the code based on defines much like C/C++ or C#.
This application is used by TinyMCE to combine all class files into one js file. It is written in .NET but there is also an Mono version for non Windows platforms.