Sha256: 988267af323bc9f75437d6bf67d8678b9ff22e8bbea29d578baf9c53bd72b284

Contents?: true

Size: 293 Bytes

Versions: 8

Compression:

Stored size: 293 Bytes

Contents

# encoding: UTF-8
require 'rubygems'
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

Bundler::GemHelper.install_tasks

load "tasks/blacklight.rake"

task :default => [:ci]
task :clean => ['blacklight:clean']

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blacklight-5.1.0 Rakefile
blacklight-5.0.2 Rakefile
blacklight-5.0.1 Rakefile
blacklight-5.0.0 Rakefile
blacklight-5.0.0.pre4 Rakefile
blacklight-5.0.0.pre3 Rakefile
blacklight-5.0.0.pre2 Rakefile
blacklight-5.0.0.pre1 Rakefile