properties - How to prevent people from stealing my source code? -


i stuck searching of how people can source code , cab once access ? , how can protect ? ( called lisense ?)

you can use third-party services uglifyjs online.

those services replace identifiers - variable or function names - random, short names. way, thief of code given hard time understand how code works, rendering useless him.

you keep readable code yourself, , keep developing it. once want publish new version, make copy of code, uglify , upload servers.

your code still work in browser @ times.


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -