I have a Meteor app and I'm using the iron:router package. Both when I deploy to meteor.com and when I'm developing locally, an iron router splash page shows up on the page with the line "Organize your meteor application". How can I get rid of this? I've tried a number of things but nothing seems to have helped.
Thanks
meteor remove iron:router
– Kleist/
. It can't find anything so it displays this notice. – Kleist