summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2013-05-18 22:46:56 +0200
committerjomo <github@jomo.tv>2013-05-18 22:46:56 +0200
commit149232ec0cb112901648196ec341066bd88ee6be (patch)
tree2a6d8bfce793f55fe283a7788645145d5fc2c1b1 /Rakefile
lets start this
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..9d6a9fa
--- /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__)
+
+Site::Application.load_tasks