Compress JS and CSS files for production

This commit is contained in:
Sebastian Serth
2022-12-06 01:27:51 +01:00
parent 9977e1614b
commit 73237412ed
3 changed files with 9 additions and 1 deletions

View File

@ -48,6 +48,7 @@ gem 'slim-rails'
gem 'sorcery' # Causes a deprecation warning in Rails 6.0+, see: https://github.com/Sorcery/sorcery/pull/255
gem 'sprockets-rails'
gem 'telegraf'
gem 'terser'
gem 'tubesock'
gem 'turbolinks'
gem 'whenever', require: false