Skip to content

Commit

Permalink
Do not concat JS files for heroku.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Jan 21, 2010
1 parent a279088 commit 6c1b096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%meta{"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8"}
%title= params[:page] ? "757 Studio - #{params[:page].titleize}" : '757 Studio'
= stylesheet_link_tag :all, :recursive => true
= javascript_include_tag 'prototype', 'effects', 'builder', 'application', :cache => 'studio'
= javascript_include_tag 'prototype', 'effects', 'builder', 'application'
= javascript_tag 'Builder.dump();'
%script{:src => '/mint/index.php?js', :type => 'text/javascript'}

Expand Down

0 comments on commit 6c1b096

Please sign in to comment.