3 lines
137 B
Ruby
3 lines
137 B
Ruby
raise 'This Rakefile is meant to be used from the dev box' unless ENV['USER'] == 'vagrant'
|
|
|
|
Dir['./tasks/**/*.rake'].each { |f| load f }
|