> The accepted way to keep closure compiler from mangling certain names is to > export them - see the > docs: http://code.google.com/closure/compiler/docs/api-tutorial3.html#export
Ah, good to know, didn't know about that. Wilkins: a minifier should not be changing any function names. If it does, then you should figure out what it is and figure out how to do something like the above in its documentation. Another option is to switch to a regular minifier like uglify (https://github.com/mishoo/UglifyJS) or Closure Compiler. ------------------------ Gary Katsevman Computer Science Undergraduate Northeastern University gkatsev.com -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
