Sha256: f7d33dc23c1c48c63ee5e3dde4b63120558ff2e33c42628ef4814b45c56435cc
Contents?: true
Size: 388 Bytes
Versions: 37
Compression:
Stored size: 388 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'nanoc' begin require 'nanoc-rust' NanocRust.activate! rescue LoadError end require 'nanoc/orig_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
37 entries across 37 versions & 1 rubygems