1
Is there a way to compile Javascript code and distribute it together with the other files of the site instead of distributing the source code itself? As in Java that compiles to bytecodes, so you distribute your bytecodes and not the source code itself.
You can use Gulp-javascript-Obfuscator, I think it can help you.
– Maycon F. Castro
Nowadays there is not much to hide them. What would be the motivation? Code obfuscators may be subject to bugs and may hinder maintenance as well.
– ℛɑƒæĿᴿᴹᴿ