Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Load custom rake scripts from sub-directories to allow using sub-modules #130

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,4 @@ def get_stdin(message)
end

#Load custom rake scripts
Dir['_rake/*.rake'].each { |r| load r }
Dir['_rake/**/*.rake'].each { |r| load r }