Closed codervinod closed 9 years ago
hmm i actually forgot about the cli. i should probably remove it haha.
the options you've provided seem right. what errors are you getting? feel free to email me (me@stephenmathieson.com) and we can try to get stuff working.
hmm i actually forgot about the cli. i should probably remove it haha.
Hello, I'm planning to use this project. So the command line is not working at the moment and js api should be used instead? Do you have plans to maintain this project in the future?
@pspi i think the cli is working. i just haven't used it in awhile.
@vinodg i can try to help you out, but without some sort of description of the trouble you're having ("get errors executing it" doesn't suffice), i can't get your app to run. i'm going to close this, but feel free to reopen if you're willing to help me help you
Hi Stephen,
We are using api now so we are good
Thanks, Vinod
On Dec 15, 2014, at 5:01 PM, Stephen Mathieson notifications@github.com wrote:
Closed #15.
— Reply to this email directly or view it on GitHub.
awesome, glad to hear it!
On Mon, Dec 15, 2014 at 8:05 PM, Vinod Gupta notifications@github.com wrote:
Hi Stephen,
We are using api now so we are good
Thanks, Vinod
On Dec 15, 2014, at 5:01 PM, Stephen Mathieson notifications@github.com wrote:
Closed #15.
— Reply to this email directly or view it on GitHub.
— Reply to this email directly or view it on GitHub https://github.com/stephenmathieson/node-obfuscator/issues/15#issuecomment-67096345 .
I have directory structure something like below. .\server.js .\logic\ a.js .\logic\ b.js
I am trying to obfuscate the entire project before deploying it. Using this tool I could obfuscate but get errors executing it
obfuscator --entry server.js ./server.js ./logic/a.js ./logic/b.js -o ugly.js
Could you please help perfecting this command so that my application can run? Thanks in advace