Add a favicon image

Add a favicon image to the user interface of your Genero Web Client for JavaScript (GWC-JS) project.

About this task:

Follow this procedure to replace the default favicon image with your own.

  1. Save your favicon image with the name "gbc_logo.ico" The default favicon is called gbc_logo.ico. It is referenced in project_dir/src/index.html. This page is currently not customizable, therefore you need to name your favicon "gbc_logo.ico".
  2. Add the favicon image to your project_dir/customization/customization_project/resources/img directory.
  3. Rebuild using grunt.
  4. Test the favicon is displayed as expected on the left side of the browser’s address bar and on the tab by closing and reopening your application.
    Tip: You may need to use CTRL + F5 to clear the browser cache before you see your changes.