Add convict config for Sass outputStyle config?
Closed this issue · 1 comments
pdehaan commented
Currently, debugging Sass/CSS can be a bit tricky because we hardcode the outputStyle
to "compressed" in /grunttasks/sass.js:11, so I'm always staring at minified content. It may be nice to have a convict config for that that defaults to "compressed" but can be overriden in my local.json file. (possible values are "nested" or "compressed" per grunt-sass docs).
Or this is stupid over-optimization for a extreme edge case and not worth cluttering /server/config.js.