Deactivate a customization project

Deactivate a customization project in order to use the default Genero Web Client for JavaScript (GWC-JS) interface.

To use the default GWC-JS user interface instead of a customized project, edit the custom.json file in your project directory to specify.
  1. Navigate to your project_dir directory and open the custom.json file in a text editor.
  2. Set the value for customization to false.
    {
      "compile": {
        "mode": "cdev",
        "customization": false
      }
    }
  3. Save your changes.
  4. Rebuild using grunt.
What to do next

To verify the interface displays as expected, launch an application in a browser.