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.
-
Navigate to your project_dir directory and open the
custom.json file in a text editor.
-
Set the value for customization to false.
{
"compile": {
"mode": "cdev",
"customization": false
}
}
-
Save your changes.
-
Rebuild using grunt.
What to do nextTo verify the interface displays as expected, launch an
application in a browser.