Skip to content

Instantly share code, notes, and snippets.

View eduard-ishmukhametov's full-sized avatar

Eduard Ishmukhametov eduard-ishmukhametov

  • Russian, St. Petersburg
View GitHub Profile
@marlun
marlun / app.js
Created May 19, 2011 21:06
Using stylus with Express.js
/**
* Module dependencies.
*/
var express = require('express')
, stylus = require('stylus');
var app = express.createServer();
// This must be BEFORE other app.use