I'm trying to evaluate JSCruncher. We have multiple JS files using JQuery. We want to use obfuscation. We run, for now, without removing any whitespace chars. Actually, we would rather NOT run jquery through the processor but it seems that the tool misses jquery methods and still renames them... Why? If we do run jquery through the tool it becomes totally unusable due to regular expression renaming... Any clues? Thanks.
Make sure you're including your regular expressions as strings and not literals. See this post for more info: http://www.domapi.com/jscruncherpro/forum_view.cfm?id=2065 HTH