Skip to content

Instantly share code, notes, and snippets.

@goje87
goje87 / router.js
Last active August 29, 2015 13:55
Trying to serve static content in iron-router
(function() {
'use strict';
var routerCounfiguration = {
layoutTemplate: 'mainLayout',
notFoundTemplate: 'notFoundTemplate'
};
Router.configure(routerCounfiguration);