new edit
This commit is contained in:
parent
cc96f7fbb3
commit
55599bb4c6
1
Gemfile
1
Gemfile
|
@ -27,6 +27,7 @@ gem 'jbuilder', '~> 2.7'
|
||||||
|
|
||||||
# Reduces boot times through caching; required in config/boot.rb
|
# Reduces boot times through caching; required in config/boot.rb
|
||||||
gem 'bootsnap', '>= 1.4.2', require: false
|
gem 'bootsnap', '>= 1.4.2', require: false
|
||||||
|
gem 'rails_12factor', group: :production
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||||
|
|
|
@ -179,6 +179,11 @@ GEM
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.4.2)
|
rails-html-sanitizer (1.4.2)
|
||||||
loofah (~> 2.3)
|
loofah (~> 2.3)
|
||||||
|
rails_12factor (0.0.3)
|
||||||
|
rails_serve_static_assets
|
||||||
|
rails_stdout_logging
|
||||||
|
rails_serve_static_assets (0.0.5)
|
||||||
|
rails_stdout_logging (0.0.5)
|
||||||
railties (6.0.5)
|
railties (6.0.5)
|
||||||
actionpack (= 6.0.5)
|
actionpack (= 6.0.5)
|
||||||
activesupport (= 6.0.5)
|
activesupport (= 6.0.5)
|
||||||
|
@ -271,6 +276,7 @@ DEPENDENCIES
|
||||||
listen (~> 3.2)
|
listen (~> 3.2)
|
||||||
puma (~> 4.1)
|
puma (~> 4.1)
|
||||||
rails (~> 6.0.5)
|
rails (~> 6.0.5)
|
||||||
|
rails_12factor
|
||||||
sass-rails (>= 6)
|
sass-rails (>= 6)
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
spring
|
spring
|
||||||
|
|
|
@ -7,6 +7,8 @@ require("@rails/ujs").start()
|
||||||
require("turbolinks").start()
|
require("turbolinks").start()
|
||||||
require("@rails/activestorage").start()
|
require("@rails/activestorage").start()
|
||||||
require("channels")
|
require("channels")
|
||||||
|
import "styles/application.scss"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Uncomment to copy all static images under ../images to the output folder and reference
|
// Uncomment to copy all static images under ../images to the output folder and reference
|
||||||
|
|
|
@ -83,7 +83,7 @@ production:
|
||||||
<<: *default
|
<<: *default
|
||||||
|
|
||||||
# Production depends on precompilation of packs prior to booting for performance.
|
# Production depends on precompilation of packs prior to booting for performance.
|
||||||
compile: false
|
compile: true
|
||||||
|
|
||||||
# Extract and emit a css file
|
# Extract and emit a css file
|
||||||
extract_css: true
|
extract_css: true
|
||||||
|
|
20746
package-lock.json
generated
Normal file
20746
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user