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

Use of --full-exception flag in command line #1185

Closed
backflip opened this issue Mar 23, 2014 · 4 comments
Closed

Use of --full-exception flag in command line #1185

backflip opened this issue Mar 23, 2014 · 4 comments
Labels
enhancement New feature or request

Comments

@backflip
Copy link

It looks like "--full-exception" is not parsed: https://github.com/nex3/sass/blob/stable/lib/sass/exec.rb#L220

Instead, invalid option is returned. Is there a reason for this?

@nex3
Copy link
Contributor

nex3 commented Mar 23, 2014

Why would you expect this option to exist?

@backflip
Copy link
Author

https://github.com/nex3/sass/blob/stable/lib/sass/error.rb#L162

Or is this only exposed to plugins? https://github.com/nex3/sass/search?q=full_exception&ref=cmdform&type=Code

It's an awesome feature when debugging in the browser.

@nex3
Copy link
Contributor

nex3 commented Mar 25, 2014

Ah, I see. That was enabled by default when using --watch or --update, but not otherwise. f2946e1 enables it any time a CSS file is being written to disk.

@nex3 nex3 closed this as completed Mar 25, 2014
@backflip
Copy link
Author

Great, thanks!

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

No branches or pull requests

2 participants