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

Support --update like original sass command. #221

Open
zw963 opened this issue Feb 24, 2018 · 1 comment
Open

Support --update like original sass command. #221

zw963 opened this issue Feb 24, 2018 · 1 comment

Comments

@zw963
Copy link

zw963 commented Feb 24, 2018

Hi, I use emacs, which have a scss-mode, When I change my scss file, and save it,
this mode will invoke command like following to generate css

 ╰─ $   scss --update app/javascript/application.scss
      write app/javascript/application.css
      write app/javascript/application.css.map

Or compile directory which scss exist

 ╰─ $   scss --update app/javascript

sassc is not support this args

@xzyfer
Copy link
Contributor

xzyfer commented Feb 27, 2018

This feature was added to Ruby Sass because of the slow compilation times.

Since SassC is significantly faster than Ruby Sass we don't plan to work on this feature but would happily accept a pull request.

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

No branches or pull requests

2 participants