Skip to content

Commit

Permalink
Merge remote-tracking branch 'nolith/custom-rake' into jb-development…
Browse files Browse the repository at this point in the history
…. issue #33
  • Loading branch information
plusjade committed Mar 1, 2012
2 parents c031df4 + 4a4a4a8 commit 535aa3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
Expand Up @@ -291,4 +291,7 @@ end
def get_stdin(message)
print message
STDIN.gets.chomp
end
end

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

0 comments on commit 535aa3d

Please sign in to comment.