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 . |