没有创建extjs sdk build

时间:2012-07-04 12:22:04

标签: extjs sdk build

我尝试使用extjs进行构建。我和建筑师一起创建了应用程序我用这一行开始构建:

sencha create jsb -a http://localhost/coolApp/index.html -p app.jsb3

这是我在终端中看到的错误

phantomjs://webpage.evaluate():2
phantomjs://webpage.evaluate():1
/Applications/SenchaSDKTools-2.0.0-beta3/compat/scripts/phantomjs-jsb.js:299
ReferenceError: Can't find variable: Ext

这就是我的app.js的样子:

Ext.Loader.setConfig({
enabled: true
});

Ext.application({
models: [
    'gridPersoneel',
    'gridAuto'
],
stores: [
    'gridPersoneel',
    'gridAuto'
],
autoCreateViewport: true,
name: 'coolApp'
});

虽然我的文件夹结构是这样的:

coolApp ExtJS的 资源

extjs中的

是位于

的sdk和extjs 4.1文件

任何有相同经历的人?我正在使用Mac进行构建

1 个答案:

答案 0 :(得分:0)

ext-debug的正确路径ext-all.css解决了这个问题。如果您在index.html中指定了相对路径,请确保路径正确指向库文件。