<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,10 @@
 # Extend the Base ActionController to support themes
 ActionController::Base.class_eval do 
-
+    
+   if ENV['RAILS_ENV'] == 'development'
+    before_filter {|controller| system &quot;rsync -ruv themes public/ --exclude=views --exclude=*.sass&quot;}
+   end
+  
    attr_accessor :current_theme
    attr_accessor :force_liquid_template
    </diff>
      <filename>lib/patches/actioncontroller_ex.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>53d1e109ac1b259f9f90d19d49eded36b3d270ea</id>
    </parent>
  </parents>
  <author>
    <name>Wynn Netherland</name>
    <email>wynn@squeejee.com</email>
  </author>
  <url>http://github.com/squeejee/theme_support/commit/f10ec9b7b12f988328309b84d9ae03a156a7d565</url>
  <id>f10ec9b7b12f988328309b84d9ae03a156a7d565</id>
  <committed-date>2009-04-23T07:19:18-07:00</committed-date>
  <authored-date>2009-04-23T07:19:18-07:00</authored-date>
  <message>Added sync before_filter for dev env</message>
  <tree>7df1aa550f54239e94dd18822d0c847a539c6e10</tree>
  <committer>
    <name>Wynn Netherland</name>
    <email>wynn@squeejee.com</email>
  </committer>
</commit>
