Sha256: 2e18a27e0353bb07943403c4ae461624b23bad3a21768459a34990c10293ad7b

Contents?: true

Size: 301 Bytes

Versions: 14

Compression:

Stored size: 301 Bytes

Contents

#!/usr/bin/env ruby

require 'middleman-core/profiling'
if ARGV.include? '--profile'
  Middleman::Profiling.profiler = Middleman::Profiling::RubyProfProfiler.new
end
Middleman::Profiling.start

require "sculptor/load_paths"
Sculptor.setup_load_paths

require 'sculptor/cli'

Sculptor::CLI::Base.start

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
sculptor-0.0.11.1 bin/sculptor
sculptor-0.0.11 bin/sculptor
sculptor-0.0.10 bin/sculptor
sculptor-0.0.9.3 bin/sculptor
sculptor-0.0.9.2 bin/sculptor
sculptor-0.0.9.1 bin/sculptor
sculptor-0.0.9 bin/sculptor
sculptor-0.0.8 bin/sculptor
sculptor-0.0.7 bin/sculptor
sculptor-0.0.6 bin/sculptor
sculptor-0.0.5 bin/sculptor
sculptor-0.0.4 bin/sculptor
sculptor-0.0.3 bin/sculptor
sculptor-0.0.2 bin/sculptor