In the SCSS Customize Group buffer, you cite the following example for the SCSS Sass Options variable:
'("--cache-location" "'/tmp/.sass-cache'")
Setting the variable to your example throws the following error:
scss-compile: Wrong type argument: sequencep, quote
Here's the backtrace:
Debugger entered--Lisp error: (wrong-type-argument sequencep quote)
mapconcat(identity (quote ("--cache-location" "'/tmp/.sass-cache'")) " ")
scss-compile()
scss-compile-maybe()
run-hooks(after-save-hook)
basic-save-buffer()
save-buffer(1)
call-interactively(save-buffer nil nil)
command-execute(save-buffer)
Running the full command through Emacs via M-!:
sass --cache-location '/tmp/.sass-cache' [input file] [output file]
Succeeds with no output.
In the SCSS Customize Group buffer, you cite the following example for the SCSS Sass Options variable:
Setting the variable to your example throws the following error:
Here's the backtrace:
Running the full command through Emacs via
M-!:Succeeds with no output.