2012-06-27 86 views

回答

2

您可以使用承載於interline/ember-skeleton的項目模板。它使用Rake Pipeline並將代碼編譯到assets文件夾中。如果您執行bundle exec rackup,則可以訪問http://localhost:9292/index.html上的應用程序。

也可以通過RAKEP_MODE=production bundle exec rakep創建縮小版本的代碼。

ember-skeleton的佈局與在尚未發佈的emberjs gem中使用的佈局基本相同,可以在here找到。

+0

Fanstastic。與Rake合作並在Glassfish上運行。雖然每個編譯都需要一個hot到localhost:9292。 –