You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Referencing a non-existing controller method in either a template or routes file should result in a compilation error. Doing so speeds up development as I don't need to refresh the browser to discover the compilation issue.
As a side note, the sbt terminal does report compilation errors for the above described scenario. Hence, this should be trivial to fix once we can use the sbt-remote-server.
The text was updated successfully, but these errors were encountered:
Referencing a non-existing controller method in either a template or routes file should result in a compilation error. Doing so speeds up development as I don't need to refresh the browser to discover the compilation issue.
As a side note, the sbt terminal does report compilation errors for the above described scenario. Hence, this should be trivial to fix once we can use the sbt-remote-server.
The text was updated successfully, but these errors were encountered: