You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Pierre Rudloff (JIRA)" <ji...@apache.org> on 2014/07/03 01:26:24 UTC

[jira] [Created] (CB-7066) cordova prepare firefoxos overwrites icons in manifest

Pierre Rudloff created CB-7066:
----------------------------------

             Summary: cordova prepare firefoxos overwrites icons in manifest
                 Key: CB-7066
                 URL: https://issues.apache.org/jira/browse/CB-7066
             Project: Apache Cordova
          Issue Type: Bug
          Components: FirefoxOS
    Affects Versions: 3.5.0
         Environment: Debian 7.5
            Reporter: Pierre Rudloff


I have got some icons manually set in a manifest file that is in my www folder:
"icons": {
        "32": "/img/logo_32.png",
        "60": "/img/logo_60.png",
        "90": "/img/logo_90.png",
        "120": "/img/logo_120.png",
        "128": "/img/logo_128.png",
        "256": "/img/logo_256.png"
}
When I run {{cordova prepare firefoxos}}, it creates a new manifest file in {{platforms/firefoxos/www}} but does not keep my icons:
"icons": {
        "57": "/icon-57.png",
        "72": "/icon-72.png",
        "114": "/icon-114.png",
        "144": "/icon-144.png"
},



--
This message was sent by Atlassian JIRA
(v6.2#6252)