golang.org/x/pkgsite/internal/static.Config.Bundle (field)

3 uses

	golang.org/x/pkgsite/internal/static (current package)
		static.go#L20: 	Bundle     bool
		static.go#L49: 		Bundle:      config.Bundle,

	golang.org/x/pkgsite/devtools/cmd/static
		main.go#L21: 	_, err = static.Build(static.Config{StaticPath: "content/static/styleguide", Write: true, Bundle: true})