Tag: 烬数据

获取TypeError:构buildember.js后,App.Router未定义

在这里可以find请求的原始post在这里可以find你好,我想build立使用Ubuntu 13的ember.js我已经克隆了正式的Github项目,光盘进入项目,并在我自述文件中描述:bundle install rake dist没有错误显示在屏幕上,因此我得到一个图像中显示的目录 我想使用ember和ember-data,所以我在我的testing项目中包含了ember.js的ember-data-deps.js文件。 问题是,我得到一个TypeError:App.Router是未定义我在我的client.js文件使用此初始化烬 this.App = Ember.Application.create(); App.Router.map(function(){this.route('contributor'); this.route('contributor',{path:'/ contributors /:contributor_id'});}); 我在构build过程中做错了什么? 我应该在我的项目中包含一些其他的js文件吗? 先进的谢谢你。