I have one global js file that declares all the major variables and functions that are used throughout the site as well as small secondary scripts that are loaded later. However these secondary scripts have dependencies on the global namespace created in the global js. Are there any js programs where you can:
feed it multiple js files and it still outputs them separately (I don't want to combine them)
does complete obfuscation (including globals) while making sure that all files given to the program have their global references updated to point to the new obfuscated symbol
Unfortunately the minifier I'm using now is not obfuscating my globals.