Skip to content

Instantly share code, notes, and snippets.

@boyvanamstel
Created October 22, 2011 16:27
Show Gist options
  • Save boyvanamstel/1306167 to your computer and use it in GitHub Desktop.
Save boyvanamstel/1306167 to your computer and use it in GitHub Desktop.
Precompile modernizr.js in Rails' assets pipeline
# in config/application.rb
# source: http://blog.nakedapps.co.nz/post/11306258708/site-down-site-down
config.assets.precompile += %w( modernizr.js )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment