From cea157402365f34a69882110a4208999728007a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 23 Dec 2020 09:26:23 +0100 Subject: Add Dart Sass support But note that the Dart Sass Embedded Protocol is still in beta (beta 5), a main release scheduled for Q1 2021. Fixes #7380 Fixes #8102 --- commands/server.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commands') diff --git a/commands/server.go b/commands/server.go index 93d825993..5cb43470b 100644 --- a/commands/server.go +++ b/commands/server.go @@ -526,6 +526,8 @@ func (c *commandeer) serve(s *serverCmd) error { <-sigs } + c.hugo().Close() + return nil } -- cgit v1.2.3