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 390519b commit bb265cdCopy full SHA for bb265cd
config/initializers/assets.rb
@@ -2,17 +2,3 @@
2
3
# Version of your assets, change this if you want to expire all your assets.
4
Rails.application.config.assets.version = "1.0"
5
-
6
-# Add folder with webpack generated assets to assets.paths
7
-# Rails.application.config.assets.paths << Rails.root.join("public", "webpack", Rails.env)
8
9
-# Precompile additional assets.
10
-# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
11
-# Rails.application.config.assets.precompile << "server-bundle.js"
12
13
-# type = ENV["REACT_ON_RAILS_ENV"] == "HOT" ? "non_webpack" : "static"
14
-# Rails.application.config.assets.precompile +=
15
-# [
16
-# "application_#{type}.js",
17
-# "application_#{type}.css"
18
-# ]
0 commit comments