update for github.com/tdewolff/minify api changes

This commit is contained in:
Barna Csorogi 2015-11-25 14:43:45 +01:00
parent 848c2f2028
commit 6dae9bda0c

View file

@ -9,7 +9,7 @@ import (
) )
type Minifier struct { type Minifier struct {
m *minify.Minify m *minify.M
} }
func NewMinifier() *Minifier { func NewMinifier() *Minifier {