Deliverables

When you build a customization project, you create a Genero Browser Client (GBC) deliverable. Knowing the contents of that deliverable can help you understand how to access the resources.

The GBC project is generated in gbc-project-dir/dist/customization/customization-project-dir. The home page is at index.html.

Note:

To reference a resource, you can use a path relative to index.html.

Table 1. Files
Files Path in gbc-project-dir/dist/customization/customization-project-dir
stylesheet (.scss) Stylesheet files are combined into a single file /css/main.css.
template (.tpl.html) Template files are combined in a single file /js/compiledTemplates.js.
JavaScript (.js) JavaScript files are combined in a single file in /js/gbc.js.
locale (.json) The localized strings are combined in a single file in /js/compiledLocales.js.