:tocdepth: 3 :py:mod:`gws.base.client.bundles` ================================= .. py:module:: gws.base.client.bundles .. autoapi-nested-parse:: Deal with client bundles created by the js bundler (app/js/helpers/builder.js) **Source code:** :source:`gws.base.client.bundles` Module Contents --------------- .. py:data:: BUNDLE_KEY_CSS :value: 'CSS' .. py:data:: BUNDLE_KEY_MODULES :value: 'MODULES' .. py:data:: BUNDLE_KEY_STRINGS :value: 'STRINGS' .. py:data:: BUNDLE_KEY_TEMPLATE :value: 'TEMPLATE' .. py:function:: css(root: gws.Root, category: str, theme: str) .. py:data:: DEFAULT_LANG :value: 'de' .. py:data:: DEFAULT_THEME :value: 'light' .. py:function:: javascript(root: gws.Root, category: str, locale: gws.Locale) -> str