mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
12 lines
440 B
JavaScript
12 lines
440 B
JavaScript
//= link_tree ../images
|
|
|
|
// Link all .js files from app/javascript for importmap, and vendor/javascript if needed directly
|
|
//= link_tree ../../javascript .js
|
|
//= link_tree ../../../vendor/assets/javascripts .js
|
|
|
|
// Explicitly link all .css files from app/assets/stylesheets and vendor/assets/stylesheets
|
|
//= link_tree ../stylesheets .css
|
|
//= link_tree ../../../vendor/assets/stylesheets .css
|
|
|
|
//= link_tree ../../../vendor/assets/webfonts
|