Skip to content

Instantly share code, notes, and snippets.

View mikehostetler's full-sized avatar

Mike Hostetler mikehostetler

View GitHub Profile
var sass = require('node-sass');
var sassCompilerFactory = function( _, anvil ) {
var compile = _.compose( marked, showdown );
return anvil.plugin( {
name: "anvil.sass",
configure: function( config, command, done ) {
anvil.addCompiler( ".sass", this );