Sha256: f12ad22394fffdd08bc1364b3b3ba7e30bafe5b96424a2d644e1b54ce7d1712c

Contents?: true

Size: 462 Bytes

Versions: 2

Compression:

Stored size: 462 Bytes

Contents

# encoding: utf-8

usage 'validate-css [options]'
aliases :validate_css, :vcss
summary 'validate the site’s CSS'
be_hidden
description "
Validates the site’s CSS files.
"

module Nanoc::CLI::Commands
  class ValidateCSS < ::Nanoc::CLI::CommandRunner
    def run
      warn 'The `validate-css` command is deprecated. Please use the new `check` command instead.'
      Nanoc::CLI.run %w( check css )
    end
  end
end

runner Nanoc::CLI::Commands::ValidateCSS

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nanoc-3.8.0 lib/nanoc/cli/commands/validate-css.rb
nanoc-3.7.5 lib/nanoc/cli/commands/validate-css.rb