George Petrov created CB-9035:
---------------------------------

             Summary: platform overrides should override root defauls in 
config.xml
                 Key: CB-9035
                 URL: https://issues.apache.org/jira/browse/CB-9035
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
    Affects Versions: 5.0.0
            Reporter: George Petrov
            Priority: Minor


when having both a platform specific code and root level code - the platform 
should be treated as override to the root.

For example, having:

    <content src="index.html"/>
    <platform name="windows">
        <content src="windows.html"/>
    </platform>

and when building for windows, in the platform specific config.xml we should 
see that the start page is overridden with windows.html

currently the root elements have priority but this is in my opinion wrong.
The platform tag is to specify additional tags as well overrides IMHO




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to