Jan Becicka created CB-4387:
-------------------------------

             Summary: "cordova build" - bad handling of resources (icons, 
splash screens)
                 Key: CB-4387
                 URL: https://issues.apache.org/jira/browse/CB-4387
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
    Affects Versions: 3.0.0
            Reporter: Jan Becicka
            Assignee: Filip Maj
            Priority: Blocker


Steps to reproduce:
> cordova create pgtest com.example.hello "App"
> cd pgtest
> cordova platform add android
> cordova build android

Resulting app has almost 8MB. The problem is, that "www/res" folder, which 
contains icons and splashscreens is completely copied into assets/www. So the 
resulting app contains splash screens for all possible mobile platforms, which 
is completely useless. Res folder should not be copied at all, because right 
place for resources is res/drawable.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to