6
我正在嘗試使用Coffeescript與燼應用程序工具包,但當我將router.js重命名爲router.coffee時它會炸燬。我假設它必須使用emc6模塊語法進行一些操作。我如何正確轉換它?如何在Ember App Kit中使用Coffeescript?
Router = Ember.Router.extend()
Router.map ->
@route "component-test"
@route "helper-test"
export default Router
看看這行Gruntfile.js:https://github.com/stefanpenner/ember-app-kit/blob/master/Gruntfile.js#L6 – intuitivepixel
我跑了,但該文件仍然炸燬 –
路由器似乎是不起作用的一件事。您可以創建其他.coffee文件並且它們工作正常。 –