Skip to content

Commit bb265cd

Browse files
committed
Remove commented code in assets.rb
1 parent 390519b commit bb265cd

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

config/initializers/assets.rb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,3 @@
22

33
# Version of your assets, change this if you want to expire all your assets.
44
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

Comments
 (0)