Just noticed you said you use Compass. I've updated my script<http://gist.github.com/484894> with experimental Compass support for Rails apps. It pulls in the config found in "config/compass.rb". Try if that works for you.
The approach you guys are taking with middleware is hackish and brittle. What you want is to regenerate CSS files after each change, then they will be available for direct web requests without any server tampering. You can do that with my livereload implementation or by using `compass watch`. @Jeroen: I'll be interested in what you come up with. -- 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.
