Sha256: c4c03af9b425f9783db17d2e3f818aeaf431f3966b38a8003f31d5950dfafd9a

Contents?: true

Size: 187 Bytes

Versions: 2

Compression:

Stored size: 187 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

2 entries across 2 versions & 1 rubygems

Version Path
alephant-preview-0.6.1 lib/alephant/preview/tasks.rb
alephant-preview-0.6.0 lib/alephant/preview/tasks.rb