mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02: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:
@@ -353,7 +353,7 @@ var verifyErrorDirRe = regexp.MustCompile(`dir has been modified \((.*?)\)`)
|
||||
// which are stored in a local downloaded source cache, have not been
|
||||
// modified since being downloaded.
|
||||
func (c *Client) Verify(clean bool) error {
|
||||
// TODO1 add path to mod clean
|
||||
// TODO(bep) add path to mod clean
|
||||
err := c.runVerify()
|
||||
if err != nil {
|
||||
if clean {
|
||||
|
Reference in New Issue
Block a user