Skip to content

Commit

Permalink
Turn off asset compression long enough to figure out why it's not wor…
Browse files Browse the repository at this point in the history
…king
  • Loading branch information
Mike Gunderloy authored and Mike Gunderloy committed Jun 30, 2009
1 parent 3ca19dd commit 0a6ddfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/deploy.rb
Expand Up @@ -15,6 +15,8 @@
# directories to preserve between deployments
set :asset_directories, ['public/system/site_images']

set :compress_assets, false

# Gem dependencies - not needed with config.gem?
# depend :remote, :gem, "authlogic", "=2.0.14"
# depend :remote, :gem, "mislav-will_paginate", "=2.2.3"
Expand Down

0 comments on commit 0a6ddfd

Please sign in to comment.