<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -179,7 +179,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>701ccab140bf7709eec77b56898c914cbada4d5f</id>
    </parent>
  </parents>
  <author>
    <name>Rainux Luo</name>
    <email>rainux@gmail.com</email>
  </author>
  <url>http://github.com/adzap/asset_packager/commit/084200cfad4458225a1d28975833c656e0101ea4</url>
  <id>084200cfad4458225a1d28975833c656e0101ea4</id>
  <committed-date>2009-08-24T23:07:55-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;

Signed-off-by: Adam Meehan &lt;adam.meehan@gmail.com&gt;</message>
  <tree>620f593821a2eae29e751978f6a82d9bbea026cb</tree>
  <committer>
    <name>Adam Meehan</name>
    <email>adam.meehan@gmail.com</email>
  </committer>
</commit>
