Skip to content

Instantly share code, notes, and snippets.

@mape
Created August 14, 2010 21:12
Show Gist options
  • Save mape/524724 to your computer and use it in GitHub Desktop.
Save mape/524724 to your computer and use it in GitHub Desktop.
app.configure(function() {
app.use(connect.conditionalGet());
app.use(connect.gzip());
app.use(connect.logger());
app.use(assets);
app.use(connect.staticProvider(__dirname + '/public'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment