Remove turbo and importmap

This commit is contained in:
2023-05-14 16:19:42 +02:00
parent 54d8bc6b55
commit 3509cd409c
8 changed files with 10 additions and 36 deletions

View File

@@ -1,4 +1,2 @@
//= link_tree ../images
//= link_directory ../stylesheets .css
//= link_tree ../../javascript .js
//= link_tree ../../../vendor/javascript .js

View File

@@ -1,3 +0,0 @@
// Configure your import map in config/importmap.rb. Read more: https://github.com/rails/importmap-rails
import "@hotwired/turbo-rails"
Turbo.session.drive = false

View File

@@ -7,7 +7,6 @@
<%= csp_meta_tag %>
<%= stylesheet_link_tag "application" %>
<%= javascript_importmap_tags %>
</head>
<body>