Hi,
We are building a custom build Jira Plugin where we have JavaScript files, velocity template files and css files. We have to Minify and Obfuscate the UI code to reduce load time, to improve site speed and accessibility.
Can anyone please suggest us how to minify and obfuscate the UI code in our custom build Jira plugin?
Thanks & Regards,
Preethi H R
Have you tried using a minification or compression library? You'd need to minify CSS and Javascript separately. For debugging, you will likely want to generate map files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.