summaryrefslogtreecommitdiffstats
path: root/commands/server.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-03-10 18:12:11 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-03-11 14:13:03 +0100
commitdf298558a5a5b747288d9656402af85e0ac75a43 (patch)
treeed62ce971aeead7cf1833a8e9310dd69cbaa565f /commands/server.go
parentb1106f8715cac3544b8ea662b969336fe56fa047 (diff)
Improve Tailwind/PostCSS error messages
Fixes #7041 Fixes #7042
Diffstat (limited to 'commands/server.go')
-rw-r--r--commands/server.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/server.go b/commands/server.go
index a22a7a69a..f81708615 100644
--- a/commands/server.go
+++ b/commands/server.go
@@ -340,6 +340,7 @@ func (f *fileServer) createEndpoint(i int) (*http.ServeMux, string, string, erro
if err != nil {
f.c.logger.ERROR.Println(err)
}
+
port = 1313
if !f.c.paused {
port = f.c.Cfg.GetInt("liveReloadPort")