module documentation

Deal with client bundles created by the js bundler (app/js/helpers/builder.js)

Function css Undocumented
Function javascript Undocumented
Constant BUNDLE_KEY_CSS Undocumented
Constant BUNDLE_KEY_MODULES Undocumented
Constant BUNDLE_KEY_STRINGS Undocumented
Constant BUNDLE_KEY_TEMPLATE Undocumented
Constant DEFAULT_LANG Undocumented
Constant DEFAULT_THEME Undocumented
Function _load_app_bundles Undocumented
Function _make_app_js Undocumented
def css(root: gws.IRoot, category: str, theme: str): (source)

Undocumented

def javascript(root: gws.IRoot, category: str, locale_uid: str = '') -> str: (source)

Undocumented

BUNDLE_KEY_CSS: str = (source)

Undocumented

Value
'CSS'
BUNDLE_KEY_MODULES: str = (source)

Undocumented

Value
'MODULES'
BUNDLE_KEY_STRINGS: str = (source)

Undocumented

Value
'STRINGS'
BUNDLE_KEY_TEMPLATE: str = (source)

Undocumented

Value
'TEMPLATE'
DEFAULT_LANG: str = (source)

Undocumented

Value
'de'
DEFAULT_THEME: str = (source)

Undocumented

Value
'light'
def _load_app_bundles(root): (source)

Undocumented

def _make_app_js(root, locale_uid): (source)

Undocumented