mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-01 16:50:06 +08:00
Fixed client path
This commit is contained in:
@@ -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(){
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user