fix: assets precompile by using terser

This commit is contained in:
Philipp Rothmann 2023-02-10 12:50:59 +01:00 committed by Philipp Rothmann
parent 91e07ab660
commit 20a67becf5
3 changed files with 6 additions and 5 deletions

View file

@ -6,7 +6,6 @@ gem 'rails', '~> 7.0'
gem 'less-rails'
gem 'sassc-rails'
gem 'uglifier'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', platforms: :ruby
@ -124,3 +123,5 @@ group :test do
# api
gem 'rswag-specs'
end
gem "terser", "~> 1.1"