songtianlun
712cd10894
- Updated single quotes to double quotes for consistency - Adjusted spacing in array definitions for better readability - Ensured consistent use of quotes in flash messages and method parameters These changes enhance the overall code style without altering any functionality.
12 lines
637 B
Ruby
12 lines
637 B
Ruby
# Be sure to restart your server when you modify this file.
|
|
|
|
# Version of your assets, change this if you want to expire all your assets.
|
|
Rails.application.config.assets.version = "1.0"
|
|
|
|
# Add additional assets to the asset load path.
|
|
# Rails.application.config.assets.paths << Emoji.images_path
|
|
Rails.application.config.assets.paths << Rails.root.join("node_modules/bootstrap/dist/js")
|
|
Rails.application.config.assets.paths << Rails.root.join("node_modules/bootstrap-icons/font")
|
|
Rails.application.config.assets.paths << Rails.root.join("node_modules/bootstrap/dist/js")
|
|
Rails.application.config.assets.precompile << "bootstrap.min.js"
|