Skip to content

Commit

Permalink
Pin all files under app/javascript
Browse files Browse the repository at this point in the history
This makes it easier to import individual modules
  • Loading branch information
tvdeyen committed Jun 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 38e5308 commit 67850e6
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/assets/config/alchemy_manifest.js
Original file line number Diff line number Diff line change
@@ -13,5 +13,4 @@
//= link_tree ../images/alchemy/
//= link_tree ../../../vendor/assets/fonts/
//= link_tree ../../../vendor/assets/images/
//= link alchemy_admin.js
//= link alchemy_admin/node_tree.js
//= link_tree ../../javascript .js
3 changes: 1 addition & 2 deletions config/importmap.rb
Original file line number Diff line number Diff line change
@@ -3,5 +3,4 @@
pin "lodash-es/max", to: "https://ga.jspm.io/npm:lodash-es@4.17.21/max.js", preload: true
pin "sortablejs", to: "https://ga.jspm.io/npm:sortablejs@1.15.0/modular/sortable.esm.js", preload: true

pin "alchemy_admin", to: "alchemy_admin.js", preload: true
pin "alchemy_admin/node_tree", to: "alchemy_admin/node_tree.js", preload: true
pin_all_from File.expand_path("../app/javascript", __dir__)

0 comments on commit 67850e6

Please sign in to comment.