ember-cli

    2熱度

    1回答

    使用燼CLI下面的代碼工作: import X from 'source'; X.doSomething(); 但是,在使用的另一種形式: import {X as Y} from 'source'; Y.doSomething(); 瀏覽器登錄異常: TypeError: Y is not defined 根據ES6 specs這應該工作。這種行爲僅僅是Ember CLI的限制嗎

    3熱度

    1回答

    我最近更新我的項目灰燼-CLI 0.0.46和我注意到相當大的減速在我的項目的基礎... Build successful - 259366ms. Slowest Trees | Total -------------------------------+---------------- TreeMerger (ExternalTree) | 77565ms CompassCo

    1熱度

    1回答

    這是asked before,但我不認爲它是相關的,因爲我的問題是錯誤,應該已經在這裏修復:https://github.com/rwjblue/ember-qunit/pull/85 但我仍然得到這個錯誤。 代碼: import Ember from "ember"; import { test, moduleForComponent } from 'ember-qunit'; import

    2熱度

    1回答

    我正在使用Ember CLI的0.0.46版本。 在我bower.json文件我已經定義 { "name": "my-app", "dependencies": { "handlebars": "~1.3.0", "jquery": "^1.11.1", "ember": "1.7.0", "ember-data": "1.0.0-bet

    1熱度

    3回答

    我正在使用ember cli與ember數據並將信息拼湊在一起,但它仍然無法工作。這一切都涉及到家庭模式,路線和模板。我覺得我很接近但仍然沒有雪茄。除了標題之外,我將所有內容都簡化了。根據我讀過的文檔,一切都是如此。 這裏是我的app.js import Ember from 'ember'; import Resolver from 'ember/resolver'; import load

    3熱度

    1回答

    我試圖在Apache tomcat上加載我的ember-cli內置服務器應用程序。 我建立 燼建立--environment生產 我感動的文件在我/DIST文件夾到我的Apache Tomcat /webapps中我的文件夾在生產模式下的應用開始我的Apache服務器,但當我去URL:「localhost:8081/index.html」 該頁面是空白的,儘管它與內置服務器完美搭配。 使用Embe

    0熱度

    1回答

    我卡在這裏... http://ember-addons.github.io/bootstrap-for-ember/#/show_components/popover顯示文件,說明這應該如何工作...下面引用可能是我不瞭解的一點(這是一個有點混亂,因爲這一切都提到了提示,而不是popovers,但我正在做一個飛躍,因爲它是所有這一切都與同一個文檔中...) 對於酥料餅的支持,需要適應的應用路線和

    5熱度

    1回答

    在使用ember-cli開發的我的應用程序中,我還需要一些外部資源,如bootstrap; 現在我將其導入通過Brocfile: app.import('bower_components/bootstrap/dist/css/bootstrap.css'); app.import('bower_components/bootstrap/dist/js/bootstrap.js'); 是否有可

    59熱度

    2回答

    我升級我的餘燼,CLI應用到0.0.47,我現在得到一堆錯誤在我的有關內容安全策略瀏覽器控制檯。我如何解決這個問題? Refused to load the script 'http://use.typekit.net/abcdef.js' because it violates the following Content Security Policy directive: "script-sr

    1熱度

    1回答

    其中ratchet components需要ratchet.js,哪些只是css? 我已經在我的ember-cli項目中使用ember-cli-ratchet npm模塊包含了棘輪。 Ember不需要棘輪的push.js,我想了解哪些組件不會工作,如果我只使用ratchet.css而不使用ratchet.js。