Switch from webpacker to (css|js)bundling-rails (#227)

* Install jsbundling-rails, uninstall rails/webpacker
* Remove outdated step from run-tests workflow
* Use cssbundling-rails for CSS
This commit is contained in:
Riccardo Graziosi
2023-05-19 17:47:01 +02:00
committed by GitHub
parent e79d550070
commit d8cf46c351
57 changed files with 646 additions and 5819 deletions

10
Gemfile
View File

@@ -11,14 +11,18 @@ gem 'pg', '1.3.5'
gem 'puma', '4.3.12'
gem 'webpacker', '5.4.4'
gem 'turbolinks', '5.2.1'
gem 'jbuilder', '2.11.5'
gem 'bootsnap', '1.12.0', require: false
# CSS
gem "cssbundling-rails", '1.1.2'
# JavaScript
gem 'jsbundling-rails', '1.1.1'
# HTTP requests
gem 'httparty', '0.21.0'
@@ -62,4 +66,4 @@ end
gem 'listen', '3.5.1'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]