Fixed client path

This commit is contained in:
Jeremiah Billmann
2013-05-19 15:46:26 -04:00
parent 0193ce27a1
commit fda56a0e75
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ app.configure(function(){
app.use(express.methodOverride());
app.use(app.router);
app.use(express.static(path.join(__dirname, 'public')));
app.use(express.static(path.join(__dirname, '..', 'client')));
});
app.configure('development', function(){
+1 -1
View File
@@ -4,6 +4,6 @@ html
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='/socket.io/socket.io.js')
script(src='/client/garageserver.io.js')
script(src='/garageserver.io.js')
body
block content