mattermost / mattermost-gitpod-config

5 stars 11 forks source link

Improve development flow of opening the Mattermost webapp automatically #49

Open mickmister opened 10 months ago

mickmister commented 10 months ago

At the moment, we open the user's browser when the server is done starting up, but the webapp hasn't finished compiling at that point, so we end up with an error in the browser of root.html not found. We should instead make it simple to open the browser only when the webapp is done compiling.