Sha256: 363afeeac3bba077937a147738da6d756b61c0dd02504db589b4d918bb5870ed
Contents?: true
Size: 441 Bytes
Versions: 4
Compression:
Stored size: 441 Bytes
Contents
#!/usr/bin/env ruby # encoding: utf-8 # Try loading bundler if it's possible begin require 'bundler' require 'bundler/setup' begin Bundler.require(:default) rescue Bundler::GemfileNotFound # no problem end rescue LoadError # no problem end # Add lib to load path $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib')) # Load nanoc require 'nanoc' require 'nanoc/cli' # Run base Nanoc::CLI.run(ARGV)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nanoc-3.7.5 | bin/nanoc |
nanoc-3.7.4 | bin/nanoc |
nanoc-3.7.3 | bin/nanoc |
nanoc-3.7.2 | bin/nanoc |