Sha256: f1981e68efe8b6254a85c677acb87f402b408826e02749436f76157ba3638525

Contents?: true

Size: 309 Bytes

Versions: 4

Compression:

Stored size: 309 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

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

4 entries across 4 versions & 1 rubygems

Version Path
nanoc-4.7.13 bin/nanoc
nanoc-4.7.12 bin/nanoc
nanoc-4.7.11 bin/nanoc
nanoc-4.7.10 bin/nanoc