trying to get JS and cssbundling to work
This commit is contained in:
parent
e4af4c21ae
commit
7cd9c68a10
8 changed files with 155 additions and 44 deletions
12
Gemfile
12
Gemfile
|
|
@ -9,13 +9,13 @@ gem 'sqlite3', '>= 2.1'
|
|||
# Use the Puma web server [https://github.com/puma/puma]
|
||||
gem 'puma', '>= 5.0'
|
||||
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
|
||||
gem 'jsbundling-rails'
|
||||
# gem 'jsbundling-rails'
|
||||
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
|
||||
# gem "turbo-rails"
|
||||
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
|
||||
# gem "stimulus-rails"
|
||||
# Bundle and process CSS [https://github.com/rails/cssbundling-rails]
|
||||
gem 'cssbundling-rails'
|
||||
# gem 'cssbundling-rails'
|
||||
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
|
||||
gem 'jbuilder'
|
||||
|
||||
|
|
@ -26,9 +26,9 @@ gem 'jbuilder'
|
|||
gem 'shrine', '~> 3.0'
|
||||
|
||||
# Use the database-backed adapters for Rails.cache, Active Job, and Action Cable
|
||||
gem 'solid_cable'
|
||||
gem 'solid_cache'
|
||||
gem 'solid_queue'
|
||||
# gem 'solid_cable'
|
||||
# gem 'solid_cache'
|
||||
# gem 'solid_queue'
|
||||
|
||||
# To create variants (different sizes) of screenshot images
|
||||
gem 'fastimage'
|
||||
|
|
@ -167,3 +167,5 @@ gem 'rails-healthcheck'
|
|||
# (Dokku) uses environment variables to specify the database connection string
|
||||
# https://github.com/bkeepers/dotenv
|
||||
gem 'dotenv'
|
||||
|
||||
gem "cssbundling-rails", "~> 1.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue