Skip to content

Commit 6bb6d53

Browse files
committed
Drop unused assets
1 parent 615c5dd commit 6bb6d53

File tree

10 files changed

+0
-176
lines changed

10 files changed

+0
-176
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/controllers/inertia_example_controller.rb

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

app/frontend/assets/inertia.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/frontend/assets/svelte.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/frontend/assets/vite_ruby.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/frontend/entrypoints/application.js

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

app/frontend/pages/InertiaExample.svelte

Lines changed: 0 additions & 112 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>

config/routes.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# frozen_string_literal: true
22

33
Rails.application.routes.draw do
4-
get 'inertia-example', to: 'inertia_example#index'
54
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
65

76
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.

0 commit comments

Comments
 (0)