mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
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:
committed by
GitHub
parent
e79d550070
commit
d8cf46c351
10
Gemfile
10
Gemfile
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user