Sha256: 038fcac745e26a0affd3eaf5362c72be9821e9728b48dad3d39e0c3e640460fb
Contents?: true
Size: 326 Bytes
Versions: 26
Compression:
Stored size: 326 Bytes
Contents
#!/usr/bin/env ruby # encoding: utf-8 # Try loading bundler if it's possible begin require 'bundler/setup' 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
26 entries across 26 versions & 1 rubygems
Version | Path |
---|---|
nanoc-3.3.6 | bin/nanoc |
nanoc-3.3.5 | bin/nanoc |
nanoc-3.3.4 | bin/nanoc |
nanoc-3.3.3 | bin/nanoc |
nanoc-3.3.2 | bin/nanoc |
nanoc-3.3.1 | bin/nanoc |