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.
2 parents 284ec1f + 62c972c commit a797af5Copy full SHA for a797af5
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