Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ gem "simple_form"
gem "simple_form_bs5_file_input"#, path: "../../noesya/simple_form_bs5_file_input"
gem "simple_form_password_with_hints"#, path: "../simple_form_password_with_hints"
gem "sprockets-rails", "~> 3"
gem "sprockets_terser_with_source_maps"
gem "summernote-rails", git: "https://github.com/noesya/summernote-rails.git", branch: :master
# gem "summernote-rails", path: "../../noesya/summernote-rails"
gem "two_factor_authentication", git: "https://github.com/noesya/two_factor_authentication.git"
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,9 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sprockets_terser_with_source_maps (2.2.0)
sprockets-rails (~> 3.0)
terser (~> 1.2)
stringio (3.2.0)
strscan (3.1.8)
sugar-high (0.7.3)
Expand All @@ -714,6 +717,8 @@ GEM
i18n
terminal-table (4.0.0)
unicode-display_width (>= 1.1.1, < 4)
terser (1.2.7)
execjs (>= 0.3.0, < 3)
thor (1.5.0)
tilt (2.7.0)
time (0.4.2)
Expand Down Expand Up @@ -858,6 +863,7 @@ DEPENDENCIES
simplecov
spring
sprockets-rails (~> 3)
sprockets_terser_with_source_maps
summernote-rails!
two_factor_authentication!
tzinfo-data
Expand Down
2 changes: 2 additions & 0 deletions config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
Rails.application.config.assets.paths << Rails.root.join('app/assets/examples')

Rails.application.config.assets.export_concurrent = false
Rails.application.config.assets.generate_sourcemaps = true
Rails.application.config.assets.js_compressor = :terser_with_source_maps
Loading