Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminar librerías innecesarias #4

Open
benjavicente opened this issue Aug 1, 2021 · 0 comments
Open

Eliminar librerías innecesarias #4

benjavicente opened this issue Aug 1, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@benjavicente
Copy link
Member

Hay JavaScript que se incluye en la vista que no se usa en la aplicación (puede ser que en el panel de administración, pero no creo que el funcionamiento de este dependa de todo el JS):

import Rails from "@rails/ujs"
import Turbolinks from "turbolinks"
import * as ActiveStorage from "@rails/activestorage"
Rails.start()
Turbolinks.start()
ActiveStorage.start()

También parecen haber gemas que no se usan como jbuilder:

ucalendar/Gemfile

Lines 25 to 26 in a97cb45

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7'

@benjavicente benjavicente added the good first issue Good for newcomers label Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant