Sha256: d22c133d566ed46369bbb20df0e24a21b976dd4cfe64d8317324f7eb89fd9800
Contents?: true
Size: 278 Bytes
Versions: 59
Compression:
Stored size: 278 Bytes
Contents
#!/usr/bin/env ruby require 'nanoc' require 'nanoc/cli' if File.file?('Gemfile') && !defined?(Bundler) warn 'A Gemfile was detected, but Bundler is not loaded. This is probably not what you want. To run Nanoc with Bundler, use `bundle exec nanoc`.' end Nanoc::CLI.run(ARGV)
Version data entries
59 entries across 59 versions & 1 rubygems