From 54a12a93b5d8621b26c003d25ef80c01293e45a7 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 27 Sep 2012 22:14:06 +0200 Subject: Adding in what used to be leap webapp demo we're merging repositories into one --- Capfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Capfile (limited to 'Capfile') diff --git a/Capfile b/Capfile new file mode 100644 index 0000000..f65237f --- /dev/null +++ b/Capfile @@ -0,0 +1,5 @@ +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 -- cgit v1.2.3