Skip to content

Commit

Permalink
heroku doesnt accept cache haha
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromtavares committed May 8, 2011
1 parent c916f16 commit 7886c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Endless Scroll Example</title>
<%= stylesheet_link_tag "web-app-theme/base", "web-app-theme/themes/warehouse/style", "web-app-theme/override", :cache => true %>
<%= stylesheet_link_tag "web-app-theme/base", "web-app-theme/themes/warehouse/style", "web-app-theme/override"%>
<%= javascript_include_tag 'jquery', 'jquery.endless-scroll'%>
<%= javascript_include_tag :all %>
<%= csrf_meta_tag %>
Expand Down

0 comments on commit 7886c11

Please sign in to comment.