该sencha compile page
命令连接 HTML 页面所需的任何 javascript 文件,然后将结果写入名为“all-classes.js”的单个文件。我想用自定义文件名替换这个文件名:
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