-
Notifications
You must be signed in to change notification settings - Fork 2
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
remove phoenix_view and phoenix_html #793
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
␡
mix.exs
Outdated
@@ -56,9 +56,7 @@ defmodule RealtimeSigns.Mixfile do | |||
{:uuid, "~> 1.1", only: :test}, | |||
{:quantum, "~> 3.0"}, | |||
{:phoenix, "~> 1.7.0"}, | |||
{:phoenix_html, "~> 3.0"}, | |||
{:phoenix_live_reload, "~> 1.2", only: :dev}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need this one anymore either, I think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's still a reference to it, but I guess we could strip that out too.
Coverage of commit
|
Coverage of commit
|
Summary of changes
RTS has no visual web endpoints, so we're not using these libraries at all. We can remove them instead of upgrading them.