Build Extjs 4.2 application without Ext Libraries

246 views Asked by At

Is there is any way to build Extjs 4.2 application without including the Ext libraries. Till now I have used sencha cmd to generate and build my app. But now the Ext libraries are on server side and I have to build my application without including Ext libraries. Can I do it using Sencha cmd or any other tool? Kindly help.

1

There are 1 answers

1
arthurakay On

I'm not entirely clear on what the problem is (Ext JS library being "on the server") but yes, you can build an Ext JS application without Sencha Cmd (example is for v5.1, but applies to all versions).

In order to use Sencha Cmd, you do need a copy of the SDK locally. I'm not sure why you can't simply copy it to your local machine (it should be checked into your SVN/Git/etc repo...), but you don't need Sencha Cmd to build a Sencha application.