Get help with testing, discuss unit testing strategies etc.


Post by intigris »

May I know the technique to encrypt the JS resource (which contains sensitive info) in html page like the way your are doing for sch-all-debug.js file in all community version.

Thanks in advance.

https://www.bryntum.com/examples/schedul ... l-debug.js

Post by nickolay »

Its minifier + JSPacker + https://javascriptobfuscator.com/

It affects performance on initial loading, especially for big files, so use with caution.

Post Reply