Fix configuration issues

Here are some tips for troubleshooting issues encountered when launching an application in a customized Genero Browser Client (GBC) environment.

Unable to expand bootstrap template

If a message states "Unable to expand bootstrap template", your bootstrap.html cannot be found. You need to rebuild your project directory by executing the following command:

grunt

Blank page displays

Your application displays a blank page. If the application debug information indicates that Handlebars is missing, you likely need to run the grunt command. Check in your browser's debug window to see if you get a JavaScript "HandleBars is missing" message. If you find this message, run the grunt command.