Skip to content

Commit

Permalink
Backport b0f3063 to master
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Aug 31, 2011
1 parent dffdd82 commit fa04c37
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -53,9 +53,8 @@ class Application < Rails::Application
# Enable the asset pipeline # Enable the asset pipeline
config.assets.enabled = true config.assets.enabled = true


# Create a manifest with the hashes of your assets when you run "rake assets:precompile". # Version of your assets, change this if you want to expire all your assets
# Use this if you don't have a JavaScript engine in your production servers config.assets.version = '1.0'
config.assets.manifest = true
<% end -%> <% end -%>
end end
end end

0 comments on commit fa04c37

Please sign in to comment.