Sha256: 7d73f7c8bea51c0bd7394f26bff46d462aa7e844fe7a935ef394297d1b3db632

Contents?: true

Size: 361 Bytes

Versions: 1

Compression:

Stored size: 361 Bytes

Contents

Capistrano::Configuration.instance(:must_exist).load do
  # Make sphinx happy
  if exists?(:use_thinking_sphinx)
    after "deploy:update_code",       "deploy:symlink_configs"
    after "deploy:symlink_configs",   "thinking_sphinx:symlink"
    after "thinking_sphinx:symlink",  "sphinx:configure"
    after "deploy:update",            "sphinx:reindex"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
factorylabs-fdlcap-0.1.0 lib/fdlcap/thinking_sphinx.rb