Skip to content

Commit 7ddbc4d

Browse files
committed
Drop unused assets
1 parent 91588fe commit 7ddbc4d

File tree

4 files changed

+0
-51
lines changed

4 files changed

+0
-51
lines changed

app/assets/images/.keep

Whitespace-only changes.

app/assets/stylesheets/application.css

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/frontend/entrypoints/application.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

app/views/layouts/application.html.erb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,10 @@
1717
<link rel="icon" href="/icon.svg" type="image/svg+xml">
1818
<link rel="apple-touch-icon" href="/icon.png">
1919

20-
<%# Includes all stylesheet files in app/assets/stylesheets %>
21-
<%= stylesheet_link_tag :app %>
2220
<%= vite_stylesheet_tag "application" %>
2321
<%= vite_client_tag %>
2422
<%= vite_typescript_tag "inertia" %>
2523
<%= inertia_ssr_head %>
26-
<%= vite_javascript_tag 'application' %>
27-
<!--
28-
If using a TypeScript entrypoint file:
29-
vite_typescript_tag 'application'
30-
31-
If using a .jsx or .tsx entrypoint, add the extension:
32-
vite_javascript_tag 'application.jsx'
33-
34-
Visit the guide for more information: https://vite-ruby.netlify.app/guide/rails
35-
-->
36-
3724
</head>
3825

3926
<body>

0 commit comments

Comments
 (0)