mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Modified capfile to allow plugins
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
This commit is contained in:
parent
8d32cfc611
commit
c6c74ff6df
1 changed files with 2 additions and 1 deletions
3
Capfile
3
Capfile
|
|
@ -1,2 +1,3 @@
|
|||
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
|
||||
load 'config/deploy'
|
||||
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
|
||||
load 'config/deploy'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue