Hi,
Below is a sample compile command that works on sencha-touch-2.4.2
sencha -sdk ..\senchatouch-2.4.2 compile union -r -class Ext.Button and concat -yui -strip -out JustTheButton.js
Does anyone know the equivalent of the above for ExtJs 6.2.1 Modern?
sencha -sdk ..\ext-6.2.1 compile union -r -class Ext.Button and concat -yui -strip -out JustTheButton.js
emits an empty output file. I think I have to specify that the target is for modern toolkit, but don't know how to. I believe the same applies to ext-6.2 too
Thanks in advance..
[UPDATE]:
Problem solved, see post #4