aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorLuc Donnet2012-01-06 17:48:53 +0100
committerLuc Donnet2012-01-06 17:48:53 +0100
commitf15300dd765252003da9f112775b9caed065c921 (patch)
tree4501bef526ed159a0aeceb8c33709f4bb2c703ec /Rakefile
downloadchouette-core-f15300dd765252003da9f112775b9caed065c921.tar.bz2
Initialize chouette2
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 000000000..8a9f39f05
--- /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__)
+
+ChouetteIhm::Application.load_tasks