stephenmathieson-boneyard / grunt-obfuscator

Obfuscate nodejs projects via Grunt
7 stars 6 forks source link

Source maps? #8

Open paambaati opened 9 years ago

paambaati commented 9 years ago

Is it possible to generate source maps for the obfuscated code? I understand that this is a little idiosyncratic, but while debugging, it would be great to get at least the line number and the file name in the stack trace.

CC: @iandotkelly