stephenmathieson-boneyard / grunt-obfuscator

Obfuscate nodejs projects via Grunt
7 stars 6 forks source link

Multiple tasks #6

Open ocesaroliveira opened 9 years ago

ocesaroliveira commented 9 years ago

Hello,

I use your lib and it's working fine. I'm noob in Grunt, but I can't obfuscate multiple files. An example: I'm developing two browser extensions and I need obfuscate different files in same repository, but in your lib, i can't use it to different output files.

Am I noobing or this lib does not support this?

paambaati commented 9 years ago

+1 for this. I too, need obfuscation of multiple libraries into multiple obfuscated files.

@stephenmathieson Thoughts?

Update: Does #7 help do this?

paambaati commented 9 years ago

This could be a duplicate of issue #4.

ali-bugdayci commented 9 years ago

Well, I have obfuscation for worker and server code.

I currently hacked it with 2 grunt files, and running grunt with the file option. Multiple tasks would be great

stephenmathieson commented 9 years ago

@paambaati I'm no longer maintaining this. Please cc @iandotkelly in the future.

paambaati commented 9 years ago

I've forked the project with support for multiple targets - https://github.com/paambaati/grunt-obfuscator-redux