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 compiled GBC compilation project is generated in GBC_PROJECT_DIR/dist/customization/<customization_project_dir>.
The home page is index.html.
TIP: To reference a resource, you can use a path relative to index.html.
| Files | GBC_PROJECT_DIR/dist/customization/<customization_project_dir> path |
|---|---|
| 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. |