ExtJS4 Clean Custom Builds (2)

See Previous Example first!

In this tutorial we’ll make a Windows batch script to automate building of the custom ExtJS4 framework. We’ll also touch on declaring dependencies in custom components. Ultimately, this serves for much faster load times and less wasted bandwidth:

Continue reading ExtJS4 Clean Custom Builds (2)

VN:F [1.9.22_1171]
Rating: 7.0/10 (3 votes cast)

ExtJS4 Clean Custom Builds

In this tutorial I will show you how to reduce your ExtJS4 application load times by half, using Sencha SDK Tools. Also, I will show you how to do a clean custom build, the kind that doesn’t cause your production code to occasionally download JS files via autoloader. Another gem of this example – we’ll get our “compiled” JS down to just about 100 KB, instead of 500 KB+ that results if you follow other tutorials.

Continue reading ExtJS4 Clean Custom Builds

VN:F [1.9.22_1171]
Rating: 8.0/10 (7 votes cast)