Skip to content

Commit

Permalink
updated socketio
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatthieu committed Dec 14, 2011
1 parent 9b02606 commit 64a1fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irc.js
Expand Up @@ -8,7 +8,7 @@ var app = express.createServer();


app.configure(function(){ app.configure(function(){
// app.use(express.compiler({ src: __dirname + '/public', enable: ['stylus'] })); // app.use(express.compiler({ src: __dirname + '/public', enable: ['stylus'] }));
app.use(express.staticProvider(__dirname + '/public')); app.use(express.static(__dirname + '/public'));
}); });


app.get('/', function(req, res, next){ app.get('/', function(req, res, next){
Expand Down

0 comments on commit 64a1fa6

Please sign in to comment.