<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,3 +8,5 @@ db/schema.rb
 public/system
 public/coverage
 public/features_rcov
+public/javascripts/js_all.js
+public/stylesheets/styles_all.css
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ class PitchesController &lt; ApplicationController
   before_filter :store_location, :only =&gt; :show
   before_filter :login_required, :only =&gt; [:apply_to_contribute]
   before_filter :organization_required, :only =&gt; [:half_fund, :fully_fund, :show_support]
-  before_filter :set_meta_tags
+  before_filter :set_meta_tags, :only =&gt; [:show]
 
   resources_controller_for :pitch
 
@@ -115,7 +115,7 @@ class PitchesController &lt; ApplicationController
   
   def set_meta_tags
       pitch = find_resource
-      html_meta_tags(pitch.short_description,pitch.keywords)
+      html_meta_tags(pitch.short_description,pitch.keywords) if pitch
   end
 
 end</diff>
      <filename>app/controllers/pitches_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ class StoriesController &lt; ApplicationController
   before_filter :can_view?, :only =&gt; [:show]
   before_filter :can_edit?, :only =&gt; :edit
   before_filter :select_tab
-  before_filter :set_meta_tags
+  before_filter :set_meta_tags, :only =&gt; [:show]
   resources_controller_for :stories
 
   def accept
@@ -68,6 +68,6 @@ class StoriesController &lt; ApplicationController
     
     def set_meta_tags
       story = find_resource
-      html_meta_tags(story.short_description,story.keywords)
+      html_meta_tags(story.short_description,story.keywords) if story
     end
 end</diff>
      <filename>app/controllers/stories_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ class TipsController &lt; ApplicationController
   before_filter :block_if_donated_to, :only =&gt; :edit
   bounce_bots(:send_bots, :tip, :blog_url)
   before_filter :select_tab, :only =&gt; [:new]
-  before_filter :set_meta_tags
+  before_filter :set_meta_tags, :only =&gt; [:show]
 
   def block_if_donated_to
     t = find_resource(params[:id])
@@ -47,7 +47,7 @@ class TipsController &lt; ApplicationController
     
     def set_meta_tags
        tip = find_resource
-       html_meta_tags(tip.short_description,tip.keywords)
+       html_meta_tags(tip.short_description,tip.keywords) if tip
     end
 
 end</diff>
      <filename>app/controllers/tips_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -9,32 +9,33 @@
   
   /[if IE 6]
     = stylesheet_link_tag 'ie_spotus.css'
-  = stylesheet_link_tag 'screen', :media =&gt; &quot;screen&quot;
-  = stylesheet_link_tag 'screen_spotus', :media =&gt; &quot;screen&quot;
+  = stylesheet_link_tag 'screen','screen_spotus','ie.css','facebox', :media =&gt; &quot;screen&quot;, :cache =&gt; &quot;styles_all&quot;
+  =# stylesheet_link_tag 'screen_spotus', :media =&gt; &quot;screen&quot;
   = stylesheet_link_tag 'print', :media =&gt; &quot;print&quot;
-  = stylesheet_link_tag 'ie.css'
+  =# stylesheet_link_tag 'ie.css'
   
-  = javascript_include_tag 'fckeditor/fckeditor.js'
-  = javascript_include_tag 'jquery-1.3.1.min.js'
+  
+  = javascript_include_tag 'jquery-1.3.1.min'
   %script{:type =&gt; 'text/javascript'}
     jQuery.noConflict();
-  = javascript_include_tag 'jquery-ui.js'
-  = javascript_include_tag 'jrails.js'
-  = javascript_include_tag 'jquery.pngFix.js'
-  = javascript_include_tag 'jquery.equalHeights.js'
-  = javascript_include_tag 'prototype'
-  / = javascript_include_tag 'scriptaculous'
-  = javascript_include_tag 'effects'
-  = javascript_include_tag 'jsProgressBarHandler.js'
-  = javascript_include_tag 'jquery.livequery.js'
-  = javascript_include_tag 'jquery.cookie.js'
-  = javascript_include_tag 'jcarousellite_1.0.1'
-  = javascript_include_tag 'jquery.form'
-  = javascript_include_tag 'application'
-  = javascript_include_tag 'auth'
+  = javascript_include_tag 'fckeditor/fckeditor','jquery-ui','jrails','jquery.pngFix','jquery.equalHeights','prototype','effects','jsProgressBarHandler','jquery.livequery','jquery.cookie','jcarousellite_1.0.1','jquery.form','application','auth','facebox', :cache =&gt; &quot;js_all&quot;
+  =# javascript_include_tag 'jquery-ui'
+  =# javascript_include_tag 'jrails'
+  =# javascript_include_tag 'jquery.pngFix'
+  =# javascript_include_tag 'jquery.equalHeights'
+  =# javascript_include_tag 'prototype'
+  =# javascript_include_tag 'scriptaculous'
+  =# javascript_include_tag 'effects'
+  =# javascript_include_tag 'jsProgressBarHandler'
+  =# javascript_include_tag 'jquery.livequery'
+  =# javascript_include_tag 'jquery.cookie'
+  =# javascript_include_tag 'jcarousellite_1.0.1'
+  =# javascript_include_tag 'jquery.form'
+  =# javascript_include_tag 'application'
+  =# javascript_include_tag 'auth'
 
-  = stylesheet_link_tag 'facebox'
-  = javascript_include_tag 'facebox'
+  =# stylesheet_link_tag 'facebox'
+  =# javascript_include_tag 'facebox'
 
   = iboxify_page
   = yield :head</diff>
      <filename>app/views/layouts/_head.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>842e539c6db412fa39708112965eb77dc0dd5083</id>
    </parent>
  </parents>
  <author>
    <name>Dan Newman</name>
    <email>dpnewman@gmail.com</email>
  </author>
  <url>http://github.com/spot-us/spot-us/commit/f434ea565c456abe6a90b8e69dce258eb033baf4</url>
  <id>f434ea565c456abe6a90b8e69dce258eb033baf4</id>
  <committed-date>2009-09-30T14:33:14-07:00</committed-date>
  <authored-date>2009-09-30T14:33:14-07:00</authored-date>
  <message>JS and CSS assets packaged for improved performance</message>
  <tree>615e0f817c694232fb366c40c984c791b7a11899</tree>
  <committer>
    <name>Dan Newman</name>
    <email>dpnewman@gmail.com</email>
  </committer>
</commit>
