我一直在嘗試用Coffeescript和玉流星。而對於最基本的應用程序,我寫了下面的代碼。 main.coffee import './hello.coffee'
import './main.jade'
main.jade head
title Chatter
body
h1 Welcome to Chatter!
+hello
hello.coff
這個流星網站瀏覽器網站使用包mrgalaxy:stripe,第一條指令是 把App.accessRule('https://*.stripe.com/*');放在一個客戶端文件mobile-config.js。 這正是完成後,會導致瀏覽器發出錯誤: Uncaught ReferenceError: App is not defined 我看了Meteor doc,但無法弄清楚。 任何想法如何解決這