Skip to content

Instantly share code, notes, and snippets.

@leemour
Created April 18, 2013 16:07
Show Gist options
  • Save leemour/5413968 to your computer and use it in GitHub Desktop.
Save leemour/5413968 to your computer and use it in GitHub Desktop.
Assets precompile:
config.assets.initialize_on_precompile = false #config/application.rb - it works
config.assets.precompile = %w{application.js} #config/application.rb - may work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment