clear

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;


Inlined asset contents, which specify pre-compressed asset data corresponding to a given CSS or JavaScript code
bundle. The server may choose to serve this content rather than performing compression on-the-fly.

repeated .elide.assets.AssetBundle.AssetContent asset = 8;