Skip to content

Commit

Permalink
Clean up Capfile
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Jan 2, 2014
1 parent 689345d commit 9cc4d40
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Capfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
load 'deploy'
# Uncomment if you are using Rails' asset pipeline
# load 'deploy/assets'
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy' # remove this line to skip loading any of the default tasks
load 'config/deploy'

0 comments on commit 9cc4d40

Please sign in to comment.