Skip to content

Instantly share code, notes, and snippets.

@ticktricktrack
Created February 10, 2012 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ticktricktrack/1790241 to your computer and use it in GitHub Desktop.
Save ticktricktrack/1790241 to your computer and use it in GitHub Desktop.
development.rb
application.rb:
# Enable the asset pipeline
config.assets.enabled = true
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
development.rb
# Do not compress assets
config.assets.compress = false
# Expands the lines which load the assets
config.assets.debug = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment