Commit 4f60ad9c by Andrew Nesbitt

Added middleware back in using the new module

parent 11cb9598
......@@ -46,7 +46,8 @@
"object-assign": "^0.3.1",
"optimist": "~0.6.1",
"shelljs": "~0.2.6",
"sinon": "~1.9.1"
"sinon": "~1.9.1",
"node-sass-middleware": "~0.2.0"
},
"devDependencies": {
"coveralls": "~2.10.0",
......
......@@ -175,3 +175,5 @@ exports.renderFile = function(options) {
};
exports.render(options);
};
exports.middleware = require('node-sass-middleware');
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment