Skip to content

Instantly share code, notes, and snippets.

@bmavity
Created September 7, 2010 17:53
Show Gist options
  • Save bmavity/568736 to your computer and use it in GitHub Desktop.
Save bmavity/568736 to your computer and use it in GitHub Desktop.
app.use(connect.compiler({
src: pub,
enable: ['scss', 'sass'],
compilers: [{ name: 'scss', compiler: require('scss/compiler') }]
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment