Sha256: dac5574ff3a251d903da62abebd32a93a31915c6f439cd8f3d1d33c4d9336490
Contents?: true
Size: 396 Bytes
Versions: 5
Compression:
Stored size: 396 Bytes
Contents
# encoding: utf-8 usage 'validate-html [options]' aliases :validate_html, :vhtml summary 'validate the site’s HTML' be_hidden description <<-EOS Validates the site’s HTML files. EOS module Nanoc::CLI::Commands class ValidateHTML < ::Nanoc::CLI::CommandRunner def run Nanoc::CLI.run %w( check html ) end end end runner Nanoc::CLI::Commands::ValidateHTML
Version data entries
5 entries across 5 versions & 1 rubygems