1
0
forked from MTSR/mapserver
mapserver/server/bundle/Manifest.go
NatureFreshMilk 798cdb4d0a js/css bundle
2019-04-03 10:17:55 +02:00

7 lines
110 B
Go

package bundle
type Manifest struct {
Scripts []string `json:"scripts"`
Styles []string `json:"styles"`
}