Since Haml and Sass don't read a configuration file, having such an option wouldn't make a lot of sense. If you're running via the command line, then you've already got all the options that are being used right there.
On Mon, Apr 19, 2010 at 12:18 PM, Chepi Gimenez <[email protected]> wrote: > Thanks Chris for the update on compass' --debug. > Question: Should such a reporting/debugging tool be available as part of the > core haml/sass? Is there a reason for it not to? > Thanks again, > > chepi > On Mon, Apr 19, 2010 at 3:14 PM, Eric Meyer <[email protected]> wrote: >> >> Using haml 3.0.0.beta.3 and compass 0.10.0.rc3 I still don't see it. >> This must be a settings issue on my end? >> >> --debug gave me output I don't know exactly how to read: >> >> Configuration sources: >> command_line, /Users/ericam/Sites/susy/test/test_code/config.rb, >> stand_alone, implied, defaults >> ***** sass_options = nil ***** >> default: -, -, -, -, - >> value: -, -, -, -, - >> raw: -, -, -, -, - >> resolved: -, -, -, -, - >> >> I'm assuming this warning should be appearing in my terminal running >> 'compass -w'? Any settings I should be checking, changing or setting? >> >> -e >> >> >> >> On Apr 19, 12:02 pm, Chris Eppstein <[email protected]> wrote: >> > In compass you can do the following: >> > >> > compass config --debug sass_options >> > >> > or whatever the config property that you want to know about. >> > >> > chris >> > >> > On Mon, Apr 19, 2010 at 10:43 AM, Chepi Gimenez >> > <[email protected]>wrote: >> > >> > >> > >> > > Sorry Eric, can't actually help you out. =( >> > >> > > But here's an idea: People need to know their settings, so perhaps an >> > > 'about:config' prompt could list all the settings and their status [on >> > > | off >> > > | value] >> > >> > > I'm sure it would improve the overall usability of the framework. >> > >> > > Cheers, >> > >> > > chepi >> > >> > > On Mon, Apr 19, 2010 at 1:29 PM, Eric Meyer <[email protected]> >> > > wrote: >> > >> > >> I'm working on this bit of code for Susy: >> > >> > >> @mixin alpha($nested: false) { >> > >> �...@if $nested == false { >> > >> margin-left: side-gutter(); >> > >> } @else { >> > >> �...@warn "The alpha mixin is not needed in a nested context"; >> > >> } >> > >> } >> > >> > >> And haven't yet been able to trigger the warning. Other code added in >> > >> the @else block does trigger correctly. I don't see any ':quiet' >> > >> setting turned on, but I'm not sure how to be certain it's off - or >> > >> if >> > >> there might be some other mistake I'm making. Ideas? >> > >> > >> Thanks, >> > >> -e >> > >> > >> -- >> > >> You received this message because you are subscribed to the Google >> > >> Groups >> > >> "Haml" group. >> > >> To post to this group, send email to [email protected]. >> > >> To unsubscribe from this group, send email to >> > >> [email protected] >> > >> <haml%[email protected]>. >> > >> For more options, visit this group at >> > >>http://groups.google.com/group/haml?hl=en. >> > >> > > -- >> > > You received this message because you are subscribed to the Google >> > > Groups >> > > "Haml" group. >> > > To post to this group, send email to [email protected]. >> > > To unsubscribe from this group, send email to >> > > [email protected] >> > > <haml%[email protected]>. >> > > For more options, visit this group at >> > >http://groups.google.com/group/haml?hl=en. >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups "Haml" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group >> > athttp://groups.google.com/group/haml?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Haml" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/haml?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
