Add option to copy over non-javascript files when obfuscating a folder #910
Unanswered
jmechevarria
asked this question in
Q&A
Replies: 2 comments
-
Has this ever been looked at being implemented? Need something like this |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is another npm package we can use for that : In package.json, add this :
Then you can do : |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is more like a feature request, if I should post this somewhere else, please do let me know.
Is there or could there be an option (CLI arg) to include the rest of the files in a folder when obfuscating said folder's JS files?
If a have files src/js/a.js, src/js/b.js and src/css/a.css, I'd like to be able to do something like
javascript-obfuscator src --output src-o --copy-rest
so I end up with an obfuscated version of my JS files, alongside my non-JS files.
This would be very handy when dealing with lots of files.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions