brownmamba
brownmamba

Reputation: 755

Meteor 1.3 simple-todo not working for me on Windows 10

I am following this tutorial, which is Meteor 1.3's official tutorial:

https://www.meteor.com/tutorials/blaze/templates

After importing 'body.js' file in 'main.js' its not showing up on the page.

Here is the source code: https://github.com/blackmamba/simple-todos

Would appreciate any help.

Thanks in Advance!

Upvotes: 2

Views: 409

Answers (1)

Abhinav Kumar
Abhinav Kumar

Reputation: 72

You don't need to import ./main.html in main.js Here

I changed it and it worked, I've also sent you a pull request to your repository which you can merge here.

Upvotes: 2

Related Questions