Sha256: 6ec66b9615c96614c88e312a2b58d1c4891bf13b76c67ed4b3d9e9fb112688e2

Contents?: true

Size: 188 Bytes

Versions: 23

Compression:

Stored size: 188 Bytes

Contents

require 'rake'
require 'pathname'

root = Pathname.new(__FILE__).dirname
task_path = (root + 'tasks').realdirpath

Dir["#{task_path}/**/*.rake"].each { |ext| load ext } if defined?(Rake)

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
alephant-preview-0.0.3 lib/alephant/preview/tasks.rb
alephant-preview-0.0.2 lib/alephant/preview/tasks.rb
alephant-preview-0.0.1 lib/alephant/preview/tasks.rb