<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -177,7 +177,7 @@ module Synthesis
   
       def compress_css(source)
         source.gsub!(/\s+/, &quot; &quot;)           # collapse space
-        source.gsub!(/\/\*(.*?)\*\/ /, &quot;&quot;) # remove comments - caution, might want to remove this if using css hacks
+        source.gsub!(/\/\*(.*?)\*\//, &quot;&quot;)  # remove comments - caution, might want to remove this if using css hacks
         source.gsub!(/\} /, &quot;}\n&quot;)         # add line breaks
         source.gsub!(/\n$/, &quot;&quot;)            # remove last break
         source.gsub!(/ \{ /, &quot; {&quot;)         # trim inside brackets</diff>
      <filename>lib/synthesis/asset_package.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e6a0303aeeb87ad6269ac01bc7dfd53d1ae9964a</id>
    </parent>
  </parents>
  <author>
    <name>Rainux Luo</name>
    <email>rainux@gmail.com</email>
  </author>
  <url>http://github.com/sbecker/asset_packager/commit/8407a666e1eb586995c8a2d094d1eefe4a9b6f8e</url>
  <id>8407a666e1eb586995c8a2d094d1eefe4a9b6f8e</id>
  <committed-date>2009-03-12T16:28:51-07:00</committed-date>
  <authored-date>2009-03-12T04:14:37-07:00</authored-date>
  <message>Fixed regex which cause compressed css broken

Signed-off-by: Scott Becker &lt;becker.scott@gmail.com&gt;</message>
  <tree>af4a2709d7f3f4b779e140d1de82ab9fa0a85bd9</tree>
  <committer>
    <name>Scott Becker</name>
    <email>becker.scott@gmail.com</email>
  </committer>
</commit>
