Commit d68acf5a66cf01c160adc605be292641e96250f6
1 parent
e54b0e12
Exists in
master
and in
1 other branch
cache true, not 'screen', stylesheets
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/application.html.erb
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
6 | 6 | <title>CHANGEME</title> |
7 | - <%= stylesheet_link_tag :flutie, 'CHANGEME', :cache => 'screen' %> | |
7 | + <%= stylesheet_link_tag :flutie, 'CHANGEME', :cache => true %> | |
8 | 8 | </head> |
9 | 9 | <body class="<%= body_class %>"> |
10 | 10 | <div class="content"> | ... | ... |