我已經使用Sencha cmd生成了一個項目。這創建了一個名爲'overrides'的好文件夾,我已經放置了重寫的Ext.Ajax類。然後我把它給我的app.js文件中像這樣如何使用由Sencha cmd生成的'overrides'文件夾用於Ext JS 4項目
requires: [
'overrides.Ajax'
]
使用我的應用程序時,這一切正常,但是當我嘗試建立使用Sencha CMD它,我得到以下錯誤:
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.BasicException: The following error occurred while e
xecuting this line:
[ERR] Z:\public_html\LoginScreen\.sencha\app\build-impl.xml:469: com.sencha.exce
ptions.ExBuild: com.sencha.exceptions.ExBuild: Failed to find any files for Z:\p
ublic_html\LoginScreen\app\app.js::ClassRequire::overrides.Ajax
有誰知道如何正確包含覆蓋文件夾內的文件?
好的建議,但它似乎並不是我的問題。由於'覆蓋'文件夾出現在'app'和'ext'旁邊,我添加了'覆蓋':'覆蓋'到我的路徑,但似乎沒有幫助。 – FoxMulder900
+1特定組件聲明 – A1rPun