Commit b5a35373 by Steven Luscher

Added the image_path option to the middleware.

parent 9b752b27
...@@ -120,6 +120,7 @@ module.exports = function(options){ ...@@ -120,6 +120,7 @@ module.exports = function(options){
}); });
}, { }, {
include_paths: [ sassDir ].concat(options.include_paths || options.includePaths || []), include_paths: [ sassDir ].concat(options.include_paths || options.includePaths || []),
image_path: options.image_path || options.imagePath,
output_style: options.output_style || options.outputStyle output_style: options.output_style || options.outputStyle
}); });
}); });
......
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