summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-03-01 00:13:06 -0800
committerJade Dominguez <plusjade@gmail.com>2012-03-01 00:13:31 -0800
commit535aa3d0af530830f3d420f82a2523e986c7fa36 (patch)
tree11d75c80476f3132ca8b14b169f46e866dfb8428 /Rakefile
parentc031df408a9d8508610655e363ce5da8811c3128 (diff)
parent4a4a4a880925b1c5ff7313fe3d2853a37e7720a4 (diff)
Merge remote-tracking branch 'nolith/custom-rake' into jb-development. issue #33
Diffstat (limited to 'Rakefile')
-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 }