Use Jasc to merge compress your javascript (JS) and style sheets (CSS). Jasc is meant to be simple yet effective: just drop the executable in your javascript / CSS folder and run it. Voyla! It will handle everything by itself.
Compression is based on Microsoft Ajax Minifier. Jasc can handle single or multiple files, will accept regular expressions to remove specific lines from the source code, and can also optimize the results by shrinking variable names and tweaking the source code. Give Jasc a try to see what it's really capable of!
What's New in This Release: [ read full changelog ]
· New! Original merged file will be saved with .original extension.
· New! If list is true (source is file list) and no src is passed, it will assume the current path/jasc.txt as the default file list.
· Removed option va (CompressVariableNames), which is now a part of op (Optimize Code).
· Fixed setting src (Source) when path is not rooted.
· Fixed property IsCssEnabled (was returning if JS enabled, not CSS).
· ExcludePatterns now works properly (will remove all lines matching any of the exclude patterns).
· Extra debug patterns added (check the DebugRegexPatterns list).