Skip to content

Commit

Permalink
prepare to deploy heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
moktin committed Apr 6, 2012
1 parent 1ecebba commit 7bc1edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Expand Up @@ -56,6 +56,6 @@ class Application < Rails::Application
# Version of your assets, change this if you want to expire all your assets # Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0' config.assets.version = '1.0'
config.assets.initialize_on_precompile = false config.assets.initialize_on_precompile = false
config.assets.precompile += %w( jquery-ui-1.8.18.custom.css jquery-ui-1.8.18.custom.min.js ) config.assets.precompile += %w( jquery-ui-1.8.18.custom.css jquery-ui-1.8.18.custom.min.js admin.js)
end end
end end

0 comments on commit 7bc1edd

Please sign in to comment.