Skip to content

Commit

Permalink
Capfile
Browse files Browse the repository at this point in the history
  • Loading branch information
plainlystated committed Feb 25, 2011
1 parent 6d91291 commit 1ef28ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
/config
4 changes: 4 additions & 0 deletions Capfile
@@ -0,0 +1,4 @@
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }

load 'config/deploy' # remove this line to skip loading any of the default tasks

0 comments on commit 1ef28ff

Please sign in to comment.