Skip to content

Commit 62c972c

Browse files
author
hongliang7
committed
update minify to v2
1 parent 3662ae6 commit 62c972c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adm/minify.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313
"sort"
1414
"strings"
1515

16-
"github.com/tdewolff/minify"
17-
"github.com/tdewolff/minify/css"
18-
"github.com/tdewolff/minify/js"
16+
"github.com/tdewolff/minify/v2"
17+
"github.com/tdewolff/minify/v2/css"
18+
"github.com/tdewolff/minify/v2/js"
1919
)
2020

2121
func cssMinifier(inputDir, outputFile string, hash bool) {

0 commit comments

Comments
 (0)