Skip to content

Commit f91ac34

Browse files
jcoynethatbudakguy
authored andcommitted
Add the vendor javascripts to the manifest
1 parent 4e58544 commit f91ac34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
//= link_tree ../../images
2-
//= link_tree ../../../javascript .js
2+
//= link_tree ../../../javascript .js
3+
//= link_tree ../../../../vendor/assets/javascripts .js

config/importmap.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# frozen_string_literal: true
22

33
pin_all_from File.expand_path('../app/javascript/spotlight', __dir__), under: 'spotlight'
4+
pin_all_from File.expand_path('../vendor/assets/javascripts', __dir__)

0 commit comments

Comments
 (0)