For what it's worth, I use tests for this. Compass provides a base class for testing your stylesheets.
http://github.com/chriseppstein/compass/blob/stable/lib/compass/test_case.rb <http://github.com/chriseppstein/compass/blob/stable/lib/compass/test_case.rb> Chris On Sun, Aug 15, 2010 at 12:47 PM, bitbowl <bitb...@gmail.com> wrote: > It's a larger webapp being built by hudson build bots. There are > several people working on the tree and if there's wrong scss, it's > quite handy to immediately get to know of it and what check-in broke > it -- like for any other portions of code, if possible. > > --bb > > > On Aug 15, 9:20 pm, Nathan Weizenbaum <nex...@gmail.com> wrote: > > Many people completely ignore the output of the compiler itself, and only > > look at the page. This is especially true when using --watch, but can > also > > happen with --update (e.g. when it's hooked up to a text editor's > "compile" > > button, or when using something like live-refresh). In this case, it's > very > > useful to have error reporting in the webpage that the user is viewing. > > > > What's your use case for having sass --update be idempotent? > > > > > > > > > > > > > > > > On Sun, Aug 15, 2010 at 12:14 PM, bitbowl <bitb...@gmail.com> wrote: > > > Excuse my ignorance, but what's the benefit of having compilation > > > errors in the generated css? > > > > > IMHO idempotent behavior is an essential requirement of compilers to > > > assert clean builds. Even if haml/sass have been designed differently > > > -- how hard would it be to enforce strict error handling for this > > > great tool? > > > > > thanks, > > > --bb > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to h...@googlegroups.com. > To unsubscribe from this group, send email to > haml+unsubscr...@googlegroups.com <haml%2bunsubscr...@googlegroups.com>. > 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 h...@googlegroups.com. To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/haml?hl=en.