Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCSS Sass Options Example Fails #33

Open
dustinpaluch opened this issue Oct 30, 2015 · 1 comment
Open

SCSS Sass Options Example Fails #33

dustinpaluch opened this issue Oct 30, 2015 · 1 comment

Comments

@dustinpaluch
Copy link

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.

@dustinpaluch dustinpaluch changed the title SCSS Sass Options Examples Fails SCSS Sass Options Example Fails Nov 3, 2015
@dustinpaluch
Copy link
Author

Setting scss-sass-options via customize-group inserts this into custom-set-variables

'(scss-sass-options (quote (quote ("-E 'UTF-8'"))))

when it should be this:

'(scss-sass-options (quote ("-E 'UTF-8'")))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant