diff options
| author | mo khan <mo@mokhan.ca> | 2015-06-05 21:50:34 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-06-05 21:50:34 -0600 |
| commit | 25d8e3624c413b9185b3fa77aa0af7db3ca225a9 (patch) | |
| tree | 3a47b572938758461db1dba46814dfe616039411 /Capfile | |
| parent | 75fb9ee8453499f848f0ac6fb5448179a4af61ff (diff) | |
include another layer of files in the app folder when building package and remove asset precompile from cap deployment.
Diffstat (limited to 'Capfile')
| -rw-r--r-- | Capfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ require 'capistrano/setup' require 'capistrano/deploy' require 'capistrano/rbenv' require 'capistrano/bundler' -require 'capistrano/rails' +#require 'capistrano/rails' # require 'capistrano/rails/assets' -# require 'capistrano/rails/migrations' +require 'capistrano/rails/migrations' # Load custom tasks from `lib/capistrano/tasks` if you have any defined Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } |
