pyminifier icon indicating copy to clipboard operation
pyminifier copied to clipboard

multifile can not work will with "pyminifier --obfuscate-variables *.py"

Open ghking1 opened this issue 7 years ago • 1 comments

image

I import globalvar.py in main.py, it can work will before minified, but can not reference variable correctly after minified.

ghking1 avatar May 10 '18 14:05 ghking1

having the same issue, tried to use --obfuscate-variables instead of full obfuscation, but it wouldn't handle globals correctly (which works with -O). since the last commit is 2 years ago i guess this project is dead.

lmapii avatar Sep 18 '18 21:09 lmapii