downgrade sprockets
This commit is contained in:
parent
4ea879aae0
commit
071c986956
1
Gemfile
1
Gemfile
@ -8,6 +8,7 @@ gem "merged" , git: "https://github.com/HubFeenixMakers/merged"
|
|||||||
gem "rails", "~> 7.0"
|
gem "rails", "~> 7.0"
|
||||||
|
|
||||||
gem "sprockets-rails"
|
gem "sprockets-rails"
|
||||||
|
gem "sprockets" , "4.1.1"
|
||||||
gem "pg", "~> 1.1"
|
gem "pg", "~> 1.1"
|
||||||
|
|
||||||
gem "importmap-rails"
|
gem "importmap-rails"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
GIT
|
GIT
|
||||||
remote: https://github.com/HubFeenixMakers/merged
|
remote: https://github.com/HubFeenixMakers/merged
|
||||||
revision: 99fe85f599282dc4ef43b595073e1a01d7a0dab6
|
revision: 805729396709ef5e167b595abf6a8fbe00f1cfb6
|
||||||
specs:
|
specs:
|
||||||
merged (0.1.0)
|
merged (0.1.0)
|
||||||
active_hash
|
active_hash
|
||||||
@ -347,9 +347,9 @@ GEM
|
|||||||
simple_form_tailwind_css (1.0.0)
|
simple_form_tailwind_css (1.0.0)
|
||||||
heroicon
|
heroicon
|
||||||
simple_form
|
simple_form
|
||||||
sprockets (4.2.0)
|
sprockets (4.1.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (>= 2.2.4, < 4)
|
rack (> 1, < 3)
|
||||||
sprockets-es6 (0.9.2)
|
sprockets-es6 (0.9.2)
|
||||||
babel-source (>= 5.8.11)
|
babel-source (>= 5.8.11)
|
||||||
babel-transpiler
|
babel-transpiler
|
||||||
@ -434,6 +434,7 @@ DEPENDENCIES
|
|||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
simple_form (= 5.1.0)
|
simple_form (= 5.1.0)
|
||||||
simple_form_tailwind_css
|
simple_form_tailwind_css
|
||||||
|
sprockets (= 4.1.1)
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
tailwindcss-rails
|
tailwindcss-rails
|
||||||
thredded (~> 1.0)
|
thredded (~> 1.0)
|
||||||
|
@ -62,6 +62,7 @@ Rails.application.configure do
|
|||||||
# Suppress logger output for asset requests.
|
# Suppress logger output for asset requests.
|
||||||
config.assets.quiet = false
|
config.assets.quiet = false
|
||||||
config.assets.debug = true
|
config.assets.debug = true
|
||||||
|
config.assets.unknown_asset_fallback = false
|
||||||
|
|
||||||
# Raises error for missing translations.
|
# Raises error for missing translations.
|
||||||
# config.i18n.raise_on_missing_translations = true
|
# config.i18n.raise_on_missing_translations = true
|
||||||
|
@ -9,4 +9,4 @@ Rails.application.config.assets.version = "1.0"
|
|||||||
# Precompile additional assets.
|
# Precompile additional assets.
|
||||||
# application.js, application.css, and all non-JS/CSS in the app/assets
|
# application.js, application.css, and all non-JS/CSS in the app/assets
|
||||||
# folder are already added.
|
# folder are already added.
|
||||||
Rails.application.config.assets.precompile += %w( images/*.webp images/cms/*.*)
|
Rails.application.config.assets.precompile += %w( )
|
||||||
|
Loading…
Reference in New Issue
Block a user