Loading server.js +0 −2 Original line number Diff line number Diff line Loading @@ -73,7 +73,6 @@ connect.createServer( }); }), // Otherwise, static connect.staticCache(), connect.static(__dirname + '/static', { maxAge: config.staticMaxAge }), // Then we can loop back - and everything else should be a token, // so route it back to /index.html Loading @@ -84,7 +83,6 @@ connect.createServer( }); }), // And then let static take over connect.staticCache(), connect.static(__dirname + '/static', { maxAge: config.staticMaxAge }) ).listen(config.port, config.host); Loading Loading
server.js +0 −2 Original line number Diff line number Diff line Loading @@ -73,7 +73,6 @@ connect.createServer( }); }), // Otherwise, static connect.staticCache(), connect.static(__dirname + '/static', { maxAge: config.staticMaxAge }), // Then we can loop back - and everything else should be a token, // so route it back to /index.html Loading @@ -84,7 +83,6 @@ connect.createServer( }); }), // And then let static take over connect.staticCache(), connect.static(__dirname + '/static', { maxAge: config.staticMaxAge }) ).listen(config.port, config.host); Loading