<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test_project/main.sass</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@ module Serve
     attr_accessor :options
     
     def self.run(args = ARGV)
-      Application.new.run(args)
+      new.run(args)
     end
     
     def initialize</diff>
      <filename>lib/serve/application.rb</filename>
    </modified>
    <modified>
      <diff>@@ -77,6 +77,8 @@ module Serve #:nodoc:
         engine = case File.extname(filename).sub(/^./, '').downcase
           when 'haml'
             require 'haml'
+            require 'sass'
+            require 'sass/plugin'
             Haml::Engine.new(lines, :attr_wrapper =&gt; '&quot;', :filename =&gt; filename)
           when 'erb'
             require 'erb'</diff>
      <filename>lib/serve/handlers/dynamic_handler.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,11 @@
 %html
   %head
     %title= @title
+    %link{:rel=&gt;&quot;stylesheet&quot;, :type=&gt;&quot;text/css&quot;, :href=&gt;&quot;/main.sass&quot;}/
+    %style{:type=&gt;&quot;text/css&quot;}
+      :sass
+        body
+          color: red
   %body
     %h1= @title
     = yield
\ No newline at end of file</diff>
      <filename>test_project/_layout.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>42251d5a19f3cf9390111d734e8fcbc1e9a74039</id>
    </parent>
  </parents>
  <author>
    <name>John W. Long</name>
    <email>me@johnwlong.com</email>
  </author>
  <url>http://github.com/jlong/serve/commit/d380fc2adc42fde78aa3246dfab206b0ef98e3d4</url>
  <id>d380fc2adc42fde78aa3246dfab206b0ef98e3d4</id>
  <committed-date>2008-10-25T11:41:12-07:00</committed-date>
  <authored-date>2008-10-25T11:41:12-07:00</authored-date>
  <message>changes for haml 2.0.3</message>
  <tree>3b4ebd3694a708ad142f29fa5163415a13d9a1bb</tree>
  <committer>
    <name>John W. Long</name>
    <email>me@johnwlong.com</email>
  </committer>
</commit>
