We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb5880 commit c8ea13cCopy full SHA for c8ea13c
config/initializers/assets.rb
@@ -1,12 +1,12 @@
1
# Be sure to restart your server when you modify this file.
2
3
# Version of your assets, change this if you want to expire all your assets.
4
-Rails.application.config.assets.version = '1.0'
+Rails.application.config.assets.version = "1.0"
5
6
# Add additional assets to the asset load path.
7
# Rails.application.config.assets.paths << Emoji.images_path
8
# Add Yarn node_modules folder to the asset load path.
9
-Rails.application.config.assets.paths << Rails.root.join('node_modules')
+Rails.application.config.assets.paths << Rails.root.join("node_modules")
10
11
# Precompile additional assets.
12
# application.js, application.css, and all non-JS/CSS in the app/assets
0 commit comments