Sha256: dfa9dd3376bc6e45f4b6f99d93c7893fb44b9221d9d57d5c75c0340b41d4ee67
Contents?: true
Size: 537 Bytes
Versions: 6
Compression:
Stored size: 537 Bytes
Contents
# frozen_string_literal: true CableReady.configure do |config| # Enable/disable exiting / warning when the sanity checks fail options: # `:exit` or `:warn` or `:ignore` config.on_failed_sanity_checks = :ignore # Enable/disable exiting / warning when there's a new CableReady release # `:exit` or `:warn` or `:ignore` # config.on_new_version_available = :ignore # Define your own custom operations # https://cableready.stimulusreflex.com/customization#custom-operations # config.add_operation_name :jazz_hands end
Version data entries
6 entries across 6 versions & 1 rubygems