We recently started using Haml and Sass and we've been getting an exception during our deployment process, specifically when we restart Unicorn.
EOFError: end of file reached, full backtrace: http://gist.github.com/300595 We're using Haml 2.2.17 and the line in question is 103 of lib/sass/ files.rb in Sass::Files#try_to_read_sassc I see TypeError and ArgumentError are being rescued in this method. I'm curious if EOFError should be added to the list of exceptions? Best regards, Michael Guterl -- 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.
