Skip to content

Commit

Permalink
Compile assets on production
Browse files Browse the repository at this point in the history
  • Loading branch information
tomafro committed Sep 24, 2011
1 parent 31a8893 commit fb38148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

if defined?(Bundler)
# If you precompile assets before deploying to production, use this line
Bundler.require *Rails.groups(:assets => %w(development test))
#Bundler.require *Rails.groups(:assets => %w(development test))
# If you want your assets lazily compiled in production, use this line
# Bundler.require(:default, :assets, Rails.env)
Bundler.require(:default, :assets, Rails.env)
end

module GeohashExplorer
Expand Down

0 comments on commit fb38148

Please sign in to comment.