<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>context_processors.py</filename>
    </added>
    <added>
      <filename>make_prod_css.sh</filename>
    </added>
    <added>
      <filename>media/css/screen-prod.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -15,5 +15,8 @@ def link_nginx():
 
 def deploy():
     'Deploy startthedark.'
+    local('bash make_prod_css.sh')
+    local('git commit -a -m &quot;Rebuilt Prod CSS For Commit')
+    local('git push')
     run('cd startthedark; git pull')
     sudo('/etc/init.d/apache2 reload')</diff>
      <filename>fabfile.py</filename>
    </modified>
    <modified>
      <diff>@@ -68,6 +68,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
     &quot;django.core.context_processors.i18n&quot;,
     &quot;django.core.context_processors.media&quot;,
     &quot;django.core.context_processors.request&quot;,
+    &quot;startthedark.context_processors.production&quot;,
 )
 
 MIDDLEWARE_CLASSES = (</diff>
      <filename>settings.py</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
         &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;{{ MEDIA_URL }}css/reset.css&quot; /&gt;
         &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;{{ MEDIA_URL }}css/text.css&quot; /&gt;
         &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;{{ MEDIA_URL }}css/960.css&quot; /&gt;
-        &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;{{ MEDIA_URL }}css/screen.css&quot; /&gt;
+        &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;{{ MEDIA_URL }}css/screen{{ MEDIA_SUFFIX }}.css&quot; /&gt;
         {% block extra_head %}{% endblock %}
     &lt;/head&gt;
     &lt;body&gt;</diff>
      <filename>templates/base.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e244d4231f9203d28585cc1d4b6ca7d3f3cf5295</id>
    </parent>
  </parents>
  <author>
    <name>Eric Florenzano</name>
    <email>ericflo@e.local</email>
  </author>
  <url>http://github.com/ericflo/startthedark/commit/d8010d13223f74ebd5b2b5a7858268a0a43e5aa1</url>
  <id>d8010d13223f74ebd5b2b5a7858268a0a43e5aa1</id>
  <committed-date>2008-08-31T18:30:00-07:00</committed-date>
  <authored-date>2008-08-31T18:30:00-07:00</authored-date>
  <message>Made production deployment better.</message>
  <tree>f76e087e627d70ba0bbbabed8422db680ac2a564</tree>
  <committer>
    <name>Eric Florenzano</name>
    <email>ericflo@e.local</email>
  </committer>
</commit>
