Skip to content

Commit

Permalink
Replace javascript_pack_tag with javascript_importmap_tags
Browse files Browse the repository at this point in the history
Because we will use Importmap instead of Webpacker.
  • Loading branch information
otegami committed Jul 24, 2024
1 parent f061bfe commit 093d5f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
<% end %>
<%= stylesheet_link_tag 'application', media: 'all' %>
<%= javascript_pack_tag 'application' %>
<%= javascript_importmap_tags %>
<%=raw @ranguba_template.head %>
<%= javascript_importmap_tags %>
</head>

<body>
Expand Down

0 comments on commit 093d5f3

Please sign in to comment.