remove

Set of styles listed in this asset manifest. Like scripts, this is a map of dotted-path module names mapped to
their stylesheet sources and settings. Generally, the GSS module name is used for stylesheets.

map<string, .elide.assets.AssetBundle.StyleBundle> styles = 5;


Set of scripts listed in this asset manifest. Like styles, this is a map of dotted-path module names mapped to
their script sources and settings. Generally, a Closure module name is used for scripts.

map<string, .elide.assets.AssetBundle.ScriptBundle> scripts = 6;


Generic assets which are mapped within this bundle.

map<string, .elide.assets.AssetBundle.GenericBundle> generic = 7;