summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a4d8651..2ff9f92 100644
--- a/Rakefile
+++ b/Rakefile
@@ -291,4 +291,7 @@ end
def get_stdin(message)
print message
STDIN.gets.chomp
-end \ No newline at end of file
+end
+
+#Load custom rake scripts
+Dir['_rake/*.rake'].each { |r| load r }