Loading TODO.md +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ * test new interface in browsers * compress assets * fix issues with deploy * get staticCache back in # shared version only Loading server.js +1 −1 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ 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 @@ -82,7 +83,6 @@ connect.createServer( next(); }); }), // And then let static take over connect.static(__dirname + '/static', { maxAge: config.staticMaxAge }) ).listen(config.port, config.host); Loading Loading
TODO.md +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ * test new interface in browsers * compress assets * fix issues with deploy * get staticCache back in # shared version only Loading
server.js +1 −1 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ 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 @@ -82,7 +83,6 @@ connect.createServer( next(); }); }), // And then let static take over connect.static(__dirname + '/static', { maxAge: config.staticMaxAge }) ).listen(config.port, config.host); Loading