X Tutup
Skip to content

Commit 4a4a4a8

Browse files
committed
Loading custom rake file from _rake/*.rake
1 parent 683d1be commit 4a4a4a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Rakefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,7 @@ end
104104
def get_stdin(message)
105105
print message
106106
STDIN.gets.chomp
107-
end
107+
end
108+
109+
#Load custom rake scripts
110+
Dir['_rake/*.rake'].each { |r| load r }

0 commit comments

Comments
 (0)
X Tutup