From d73a4b1c5a2540077607dcc4001acbae85980ae4 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 10 Sep 2015 14:58:03 -0400 Subject: app skeleton --- StoneIsland/www/js/lib/router.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 StoneIsland/www/js/lib/router.js (limited to 'StoneIsland/www/js/lib/router.js') diff --git a/StoneIsland/www/js/lib/router.js b/StoneIsland/www/js/lib/router.js new file mode 100644 index 00000000..b1c33cb7 --- /dev/null +++ b/StoneIsland/www/js/lib/router.js @@ -0,0 +1,9 @@ +var SiteRouter = Router.extend({ + + el: "body", + + routes: { + "/": 'login', + } + +}) \ No newline at end of file -- cgit v1.2.3-70-g09d2