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 --- Rakefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Rakefile (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..d09b419 --- /dev/null +++ b/Rakefile @@ -0,0 +1,7 @@ +#!/usr/bin/env rake +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require File.expand_path('../config/application', __FILE__) + +LeapWebDemo::Application.load_tasks -- cgit v1.2.3