diff options
| author | mo khan <mo@mokhan.ca> | 2015-06-24 21:00:03 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-06-24 21:00:03 -0600 |
| commit | aed5bd3fb6c62ca409f8098bd8c1fbdab6eb05dc (patch) | |
| tree | c83d86380980b166967013dc97c6611c36f329a0 /lib | |
| parent | 7c79dedb39631575375e43f46680bdd30de3ad6b (diff) | |
include bundler cache in deployment tarball.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tasks/package.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/package.rake b/lib/tasks/package.rake index 17f8b57..831f377 100644 --- a/lib/tasks/package.rake +++ b/lib/tasks/package.rake @@ -20,6 +20,7 @@ namespace :package do Rakefile Procfile config.ru + vendor/cache/* ) package.package_files.exclude do |path| path.start_with?("config/deploy") |
