Sha256: 58f34c3388e35088b985d90ed3106a2631ae0d174309b1a52a4877cbae1844db

Contents?: true

Size: 683 Bytes

Versions: 14

Compression:

Stored size: 683 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

begin
  # Load up the environment instead of just the boot file because we want all of the tasks available.
  require File.join(File.dirname(__FILE__), 'config', 'environment')
rescue Exception
  # Load up the boot file instead because there's something wrong with the environment (like it's not set up yet).
  require File.join(File.dirname(__FILE__), 'config', 'boot')
end

# Require the standard stuff
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'tasks/rails'

require 'refinery/tasks/refinery'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
refinerycms-0.9.6.34 Rakefile
refinerycms-0.9.6.33 Rakefile
refinerycms-0.9.6.32 Rakefile
refinerycms-0.9.6.31 Rakefile
refinerycms-0.9.6.30 Rakefile
refinerycms-0.9.6.29 Rakefile
refinerycms-0.9.6.28 Rakefile
refinerycms-0.9.6.27 Rakefile
refinerycms-0.9.6.26 Rakefile
refinerycms-0.9.6.25 Rakefile
refinerycms-0.9.6.24 Rakefile
refinerycms-0.9.6.23 Rakefile
refinerycms-0.9.6.22 Rakefile
refinerycms-0.9.6.21 Rakefile