Skip to content

Instantly share code, notes, and snippets.

@ugisozols
Created September 6, 2011 14:25
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ugisozols/1197686 to your computer and use it in GitHub Desktop.
Save ugisozols/1197686 to your computer and use it in GitHub Desktop.
assets lazily compiled in production
if defined?(Bundler)
# If you precompile assets before deploying to production, use this line
# 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)
end
@julianvargasalvarez
Copy link

thanks

@ckarbass
Copy link

for those that are troubleshooting this, this snippet of code needs to be updated in application.rb

@masterkrang
Copy link

+1 thanks for this.

@reiz
Copy link

reiz commented Apr 22, 2014

+1 thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment