Skip to content

SCSS Sass Options Example Fails #33

@dustinpaluch

Description

@dustinpaluch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions