Skip to content

Instantly share code, notes, and snippets.

@vicapow
Created March 6, 2012 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vicapow/1983895 to your computer and use it in GitHub Desktop.
Save vicapow/1983895 to your computer and use it in GitHub Desktop.
app.use(express.compiler({
src : __dirname + '/views/style'
, dest: __dirname + '/../public/style'
, enable: ['less']
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment