Changing the Title of the page with config.json

33 views
Skip to first unread message

Sagar Raut

unread,
Aug 29, 2013, 7:09:17 AM8/29/13
to themp...@googlegroups.com
Hello Team,

We have created one project SmartApp & below are entries in config.json.
{
    "name" : "SmartApp",
    "mode": "production",
    "debugLevel": 1,
    "eliminate": false,
    "minify": true,
 ..
...
...
}

We can see the title of the page as "SmartApp" [Code in index.html is  --> <title>SmartApp</title>]

Now we want to change page title to "Nexus-on-Mobile" so we did the changes in config.json as below.
Added displayName attribute
{
    "name" : "SmartApp",
    "displayName":"Nexus-on-Mobile",
    "mode": "production",
...
..
..}

But still its showing SmartApp as page title whereas code in index.html changes to --> <title>Nexus-on-Mobile</title>

Could you please tell the resolution to this problem?

Thanks & Regards,
Sagar Raut

hano

unread,
Sep 2, 2013, 4:01:04 AM9/2/13
to themp...@googlegroups.com
Hey Sagar,
you are right. Thanks for the bug report. I fixed this in Espresso and The-M-Project.

Here are the commits in the detox branch:

If you have further questions let me know.
Best regards
Marco
Reply all
Reply to author
Forward
0 new messages