Skip to content

Commit

Permalink
no :cache necessary with sprokets (in fact, method signature won't ac…
Browse files Browse the repository at this point in the history
…cept it any longer
  • Loading branch information
Harold Giménez committed Oct 14, 2011
1 parent 0504fa2 commit 552c654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/files/_javascript.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%= javascript_include_tag :application, :cache => true %>
<%= javascript_include_tag :application %>
<%= yield :javascript %>
Expand Down
2 changes: 1 addition & 1 deletion template/files/suspenders_layout.html.erb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title><%%= page_title %></title>
<%%= stylesheet_link_tag :application, :media => 'all', :cache => true %>
<%%= stylesheet_link_tag :application, :media => 'all' %>
<%%= csrf_meta_tags %>
</head>
<body class="<%%= body_class %>">
Expand Down

0 comments on commit 552c654

Please sign in to comment.