Sha256: 34c55de3ee778f387cd6b3ab73fccf907c468e25db56725e896d66bc7bd8778a

Contents?: true

Size: 272 Bytes

Versions: 10

Compression:

Stored size: 272 Bytes

Contents

# encoding: utf-8

# Load nanoc
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/lib'))
require 'nanoc3'

# Load tasks
Dir.glob('tasks/**/*.rake').each { |r| Rake.application.add_import r }

# Set default talk
task :default => [ :fetch_dependencies, :test ]

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
nanoc3-3.0.9 Rakefile
nanoc3-3.0.8 Rakefile
nanoc3-3.0.7 Rakefile
nanoc3-3.0.6 Rakefile
nanoc3-3.0.5 Rakefile
nanoc3-3.0.4 Rakefile
nanoc3-3.0.3 Rakefile
nanoc3-3.0.2 Rakefile
nanoc3-3.0.1 Rakefile
nanoc3-3.0.0 Rakefile