Sha256: 8692b811a4f4312d4f92d03c1c5049b7ea04fac60a0e65e2a78b19be0e7a587d
Contents?: true
Size: 434 Bytes
Versions: 48
Compression:
Stored size: 434 Bytes
Contents
require "webpacker/configuration" namespace :webpacker do desc "Verifies if Webpacker is installed" task verify_install: [:check_node, :check_yarn, :check_binstubs] do unless Webpacker.config.config_path.exist? $stderr.puts "Configuration config/webpacker.yml file not found. \n"\ "Make sure webpacker:install is run successfully before " \ "running dependent tasks" exit! end end end
Version data entries
48 entries across 48 versions & 4 rubygems