Sha256: 8d4621435580a7b241cf16ade1924c4996af76f8956ba04f0848cc2f055f8d90

Contents?: true

Size: 277 Bytes

Versions: 7

Compression:

Stored size: 277 Bytes

Contents

require File.expand_path('../app.rb', __FILE__)
require 'zen/task'

task_dir = File.expand_path('../task', __FILE__)

# Load all tasks from ./task if the directory exists
if File.directory?(task_dir)
  Dir.glob("#{task_dir}/**/*.rake").each do |task|
    import task
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
zen-0.4.3 proto/app/Rakefile
zen-0.4.2 proto/app/Rakefile
zen-0.4.1 proto/app/Rakefile
zen-0.4 proto/app/Rakefile
zen-0.3 proto/app/Rakefile
zen-0.3b1 proto/app/Rakefile
zen-0.3b proto/app/Rakefile