-
Notifications
You must be signed in to change notification settings - Fork 4
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 - @warn and @debug missing from log output #595
Comments
Hi Alex,
|
Here you go: It just has:
and if you run:
You see that sass prints the value to the standard error output stream - if I could see that in the codekit log view it'd save me hopping back to the command line. |
You have Libsass enabled, I'm assuming? |
It looks like Libsass is currently hard-coded to spit these warnings to stderr, which means I can't intercept them and display them in the UI. I've opened this as a request on the Libsass repo: sass/libsass#1779 When/if they implement it, I'll be able to capture those warnings and show them in the UI. Until then, you can see them by opening console.app and looking for them there when the file is compiled. |
Thanks Bryan - actually I just installed sass as a Ruby gem, so I don't think it's Libsass, but I guess that is the underlying tech. |
Oh god. Don't use Ruby sass. Flip on Libsass in CodeKit; it will change your life. Sent from my iPhone
|
Oh yes, I found that option in codekit - leaves Ruby Sass in the dust! |
Maybe I was tripping but I'm sure these directives used to output to the log on compilation?
I've checked through the options and can't find it as a setting.
Very handy for checking breakpoint values etc.
Thanks!
The text was updated successfully, but these errors were encountered: