<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -71,6 +71,7 @@ class Compressor(object):
                     input = self.filter(input, 'input', elem=elem)
                 self._hunks.append(input)
             if kind == 'file':
+                # TODO: wrap this in a try/except for IoErrors(?)
                 fd = open(v, 'rb')
                 input = fd.read()
                 if self.filters:
@@ -152,6 +153,7 @@ class CssCompressor(Compressor):
         split = self.soup.findAll({'link' : True, 'style' : True})
         for elem in split:
             if elem.name == 'link' and elem['rel'] == 'stylesheet':
+                # TODO: Make sure this doesn't break when debug is off. I was thinking it would just skip over but it 500's :(
                 try:
                     self.split_content.append(('file', self.get_filename(elem['href']), elem))
                 except UncompressableFileError:</diff>
      <filename>compressor/__init__.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d5d28eb57323a7e88356071c8c4af5792d2b837d</id>
    </parent>
  </parents>
  <author>
    <name>xian</name>
    <email>xian@mintchaos.com</email>
  </author>
  <url>http://github.com/mintchaos/django_compressor/commit/626d0304638cdc26f97a8603870b06330d4a14b5</url>
  <id>626d0304638cdc26f97a8603870b06330d4a14b5</id>
  <committed-date>2009-05-01T21:10:10-07:00</committed-date>
  <authored-date>2009-05-01T21:10:10-07:00</authored-date>
  <message>Adding some notes for mahself.</message>
  <tree>5515d56ec09f112aefc0f1d1d5783c1cd933dcda</tree>
  <committer>
    <name>xian</name>
    <email>xian@mintchaos.com</email>
  </committer>
</commit>
