a

Minify

Make your website smaller and faster to load by minifying the JS and CSS code. This minifier removes whitespace, strips comments, combines files, and optimizes/shortens a few common programming patterns.

Security and compliance

Using JSBuilder to compress your Sencha Touch Apps

If you’re writing any sort of Sencha app, you must aggregate and minify the JavaScript using the JSBuilder utility. Unfortunately, the JSBuilder utility is cryptic.You can download the JSBuilder here.Once you get it installed, you need to build a jsb3 file. Don’t try...

Minify Sencha ExtJs in Production

The main issue that I’ve encountered using SenchaExtJs in Production is the compressed JavaScript after using JSBuilder is still large. JSBuilder does a nice job of compressing and obfuscating, but the generated app-all.js is still too big, which means that the...

Popular Tags