Skip to content

Instantly share code, notes, and snippets.

@hunterloftis
Created August 18, 2011 19:04
Show Gist options
  • Save hunterloftis/1154869 to your computer and use it in GitHub Desktop.
Save hunterloftis/1154869 to your computer and use it in GitHub Desktop.
server.use(stylus.middleware({
src: server.set('views'),
dest: server.set('public'),
debug: false,
compileMethod: function(str) {
return stylus(str)
.set('compress', options.compressCss);
},
force: true
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment