summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 44c4716..e1364af 100644
--- a/Rakefile
+++ b/Rakefile
@@ -293,4 +293,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 }