mirror of
https://git.phreedom.club/localhost_frssoft/compy.git
synced 2024-11-06 00:13:20 +00:00
update for github.com/tdewolff/minify api changes
This commit is contained in:
parent
848c2f2028
commit
6dae9bda0c
|
@ -9,7 +9,7 @@ import (
|
|||
)
|
||||
|
||||
type Minifier struct {
|
||||
m *minify.Minify
|
||||
m *minify.M
|
||||
}
|
||||
|
||||
func NewMinifier() *Minifier {
|
||||
|
|
Loading…
Reference in a new issue