Pregunta

Where am I supposed to put

Router.map(function(){
    this.route(name:String, options:Object);
});

and all other iron-router code with meteor? In the main.html file?

¿Fue útil?

Solución

You can have a look at the unofficial-meteor-faq for some file organization ideas. It should be under the client directory - e.g. client/lib/routes.js, but there isn't a strict rule about where it should go.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top