mirror of
https://github.com/miniflux/v2.git
synced 2025-10-15 19:42:07 +00:00
Refactor assets bundler and split Javascript files
This commit is contained in:
parent
e1c56b2e53
commit
53deb0b8cd
49 changed files with 2837 additions and 2000 deletions
12
vendor/github.com/tdewolff/minify/svg/table.go
generated
vendored
12
vendor/github.com/tdewolff/minify/svg/table.go
generated
vendored
|
@ -2,18 +2,6 @@ package svg // import "github.com/tdewolff/minify/svg"
|
|||
|
||||
import "github.com/tdewolff/parse/svg"
|
||||
|
||||
var containerTagMap = map[svg.Hash]bool{
|
||||
svg.A: true,
|
||||
svg.Defs: true,
|
||||
svg.G: true,
|
||||
svg.Marker: true,
|
||||
svg.Mask: true,
|
||||
svg.Missing_Glyph: true,
|
||||
svg.Pattern: true,
|
||||
svg.Switch: true,
|
||||
svg.Symbol: true,
|
||||
}
|
||||
|
||||
var colorAttrMap = map[svg.Hash]bool{
|
||||
svg.Color: true,
|
||||
svg.Fill: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue