Skip to content

Instantly share code, notes, and snippets.

@kachina
Created July 16, 2013 02:14
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 kachina/6005252 to your computer and use it in GitHub Desktop.
Save kachina/6005252 to your computer and use it in GitHub Desktop.
# 'defaults' applies to all environments running this application.
# Environment specific options apply only to a single environment and override settings in defaults.
---
defaults:
bundle_without: test development mygroup
bundle_options: --local
copy_exclude:
- .git
maintenance_on_restart: false
maintenance_on_migrate: false
precompile_assets: true
precomplie_assets_task: assets:precompile
precompile_unchanged_assets: true
asset_dependencies: app/assets
assets_strategy: shifting
asset_roles:
- :app
- :app_master
- :util
ignore_database_adapter_warning: true
migrate: false
environments:
development:
precompile_unchanged_assets: true
assets_strategy: shifting
asset_roles: :all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment