Change to a new JS preprocessor, change from MySQL to MariaDB and fix polling

This commit is contained in:
Jyri-Petteri Paloposki 2025-06-29 21:27:27 +03:00
parent d51432d09b
commit 36b47125ef
7 changed files with 19 additions and 22 deletions

View file

@ -23,7 +23,7 @@ Rails.application.configure do
config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?
# Compress JavaScripts and CSS.
config.assets.js_compressor = :uglifier
config.assets.js_compressor = Terser.new
# config.assets.css_compressor = :sass
# Do not fallback to assets pipeline if a precompiled asset is missed.