Skip to content

Instantly share code, notes, and snippets.

@vincentopensourcetaiwan
Created July 25, 2012 02:56
Show Gist options
  • Save vincentopensourcetaiwan/3174120 to your computer and use it in GitHub Desktop.
Save vincentopensourcetaiwan/3174120 to your computer and use it in GitHub Desktop.
Rails 3.1 Asset pipeline - Why my images do not precompile for production?
#/config/environment/production.rb
config.assets.precompile += %w[*.png *.jpg *.jpeg *.gif]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment