如果我有一个bower_components包含50个JS文件的文件夹的存储库,我不能在我的Brocfile中用app.import()一次包含它们.如何将它们全部包含在同一个电话中?
如果我尝试app.import整个js文件目录,我在编译时遇到这个错误:
You must pass a file to 'app.import'. For directories specify them to the constructor under the 'trees' option.
在进行ajax调用时,如何设置Ember Data以使用JSONP数据类型?我将使用带有Phonegap的Ember并需要发出跨域请求.