- Add several new cli options [#279 #268 by Frankie Dintino]
--sourcemap-file
: output file for source map--sourcemap-contents
: embedsourcesContent
in source map--sourcemap-embed
: embedsourceMappingURL
as data uri--omit-sourcemap-url
: omit source map url comment from output--sourcemap-root
: base path, emitted assourceRoot
in source map
- Fix
.sass
inWsgiMiddleware
(again) [#280 by Anthony Sottile]