Skip to content

Commit

Permalink
Rails includes the application.js file by default in new applications…
Browse files Browse the repository at this point in the history
…. This enables the asset pipeline to work correctly. I think this feature should be included by the refinery front end as well.
  • Loading branch information
nodabs authored and parndt committed Mar 5, 2012
1 parent 46d3de9 commit 804a530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/app/views/refinery/_javascripts.html.erb
Expand Up @@ -7,4 +7,5 @@
<script> DD_belatedPNG.fix('img, .png_bg'); //fix any <img> or .png_bg background-images </script>
<![endif]-->
<% end %>
<%= javascript_include_tag 'application' %>
<%= yield :javascripts -%>

0 comments on commit 804a530

Please sign in to comment.