# frozen_string_literal: true if defined?(RailsLiveReload) && Rails.env.development? RailsLiveReload.configure do |config| # Default watched folders & files config.watch %r{app/views/.+\.(erb|haml|slim)$} # Rk: prevent any reload for files ending with '.tailwind.css' config.watch %r{(app|vendor)/(assets|javascript)/.+\.(css|js|html|png|jpg)(?