Skip to content

Instantly share code, notes, and snippets.

@spolu
Created November 22, 2011 08:52
Show Gist options
  • Save spolu/1385226 to your computer and use it in GitHub Desktop.
Save spolu/1385226 to your computer and use it in GitHub Desktop.
app.configure(function(){
//[...]
app.use(express.static(__dirname + '/public'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment