Push state for new documents fixed

This commit is contained in:
John Crepezzi 2011-11-18 16:37:18 -05:00
commit d69839b2fb
3 changed files with 16 additions and 2 deletions

View file

@ -12,6 +12,7 @@ winston.remove(winston.transports.Console);
winston.add(winston.transports.Console, { colorize: true, level: 'verbose' });
// TODO preparse static instead of using exists
// TODO implement command line
// Set the server up
http.createServer(function(request, response) {