You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when using CoffeeScript, you need wrap all of your template code inside of a Meteor.startup -> function in order to avoid this problem. I think the docs should mention this or suggest an alternative.
Uncaught ReferenceError: Template is not defined
This is the error I get using jade-handlebars when running the default application created with "mrt create anApp".
The only thing I did was rewrite the Javascript file into CoffeeScript and rewrite the HTML file into Jade.
Writing "Template" in the browser's console once the page is loaded returns "Object".
The text was updated successfully, but these errors were encountered: