Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.7k
Add option to copy over non-javascript files when obfuscating a folder#910
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 filessrc/js/a.js,src/js/b.js andsrc/css/a.css, I'd like to be able to do something like
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 |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments
-
Has this ever been looked at being implemented? Need something like this |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
There is another npm package we can use for that : In package.json, add this :
Then you can do : |
BetaWas this translation helpful?Give feedback.