Skip to content

Instantly share code, notes, and snippets.

@ovaillancourt
Created June 5, 2012 22:34
Show Gist options
  • Save ovaillancourt/2878560 to your computer and use it in GitHub Desktop.
Save ovaillancourt/2878560 to your computer and use it in GitHub Desktop.
stylusdebug
app.use('/my/path/to/css', require('stylus').middleware({
debug: process.env.NODE_ENV !== 'production',
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment