このsencha compile page
コマンドは、HTML ページに必要なすべての JavaScript ファイルを連結し、その結果を「all-classes.js」という 1 つのファイルに書き込みます。このファイル名をカスタムのものに置き換えたい:
sencha compile
page -name=page1 -in Page1.php -out build/Page1.php and
page -name=page2 -in Page2.php -out build/Page2.php and
restore page1 and
concat -yui build/Page1.js and
restore page2 and
concat -yui build/Page2.js