diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 11:49:49 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 11:49:49 -0500 |
commit | 56f5841d4b9c12296cdfcaeff174b2627d59afc8 (patch) | |
tree | 4f7da4ebbe5ee15a1594b26466ed78e2cf10de35 /test/dummy/config/initializers/assets.rb | |
parent | c1b0443ba2aebdbd39291ddab0c189f3f4831320 (diff) | |
download | pokeviewer-56f5841d4b9c12296cdfcaeff174b2627d59afc8.tar.gz pokeviewer-56f5841d4b9c12296cdfcaeff174b2627d59afc8.tar.bz2 pokeviewer-56f5841d4b9c12296cdfcaeff174b2627d59afc8.zip |
Migrate to full rails app
Diffstat (limited to 'test/dummy/config/initializers/assets.rb')
-rw-r--r-- | test/dummy/config/initializers/assets.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/dummy/config/initializers/assets.rb b/test/dummy/config/initializers/assets.rb deleted file mode 100644 index 4b828e8..0000000 --- a/test/dummy/config/initializers/assets.rb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
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' | ||
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') | ||
10 | |||
11 | # Precompile additional assets. | ||
12 | # application.js, application.css, and all non-JS/CSS in the app/assets | ||
13 | # folder are already added. | ||
14 | # Rails.application.config.assets.precompile += %w( admin.js admin.css ) | ||