0
我已經添加額外的js文件Fileup.js文件上傳功能。它工作正常,但建立時觸發此錯誤。我已經把Fileup.js直接放在擴展名文件夾下。任何幫助?ERR無法找到文件的偏差引用
4:07 [ERR] Failed to find file(s) for depdency reference
project/app/view/phone/testing.js::ClassRequire::Ext.Fileup
我已經添加額外的js文件Fileup.js文件上傳功能。它工作正常,但建立時觸發此錯誤。我已經把Fileup.js直接放在擴展名文件夾下。任何幫助?ERR無法找到文件的偏差引用
4:07 [ERR] Failed to find file(s) for depdency reference
project/app/view/phone/testing.js::ClassRequire::Ext.Fileup
在sencha.cfg
我已將這一點,它解決了該問題
app.classpath=${app.dir}/app.js,${app.dir}/app,${app.dir}/touch/src
確保在申報必要的js文件的app.json
:
"js": [
// the framework here includes sencha-touch.js, bootstrap.js, app.js, etc...
{
"path": "(path to your js file)"
}
],