mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 06:30:33 +03:00
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
This commit is contained in:
parent
f9f779786e
commit
cea1574023
26 changed files with 804 additions and 207 deletions
|
@ -526,6 +526,8 @@ func (c *commandeer) serve(s *serverCmd) error {
|
|||
<-sigs
|
||||
}
|
||||
|
||||
c.hugo().Close()
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue