We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3662ae6 commit 62c972cCopy full SHA for 62c972c
adm/minify.go
@@ -13,9 +13,9 @@ import (
13
"sort"
14
"strings"
15
16
- "github.com/tdewolff/minify"
17
- "github.com/tdewolff/minify/css"
18
- "github.com/tdewolff/minify/js"
+ "github.com/tdewolff/minify/v2"
+ "github.com/tdewolff/minify/v2/css"
+ "github.com/tdewolff/minify/v2/js"
19
)
20
21
func cssMinifier(inputDir, outputFile string, hash bool) {
0 commit comments