You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Olivier Louvignes (JIRA)" <ji...@apache.org> on 2014/01/14 13:05:50 UTC

[jira] [Created] (CB-5791) Cordova CLI create is broken in 3.3.0

Olivier Louvignes created CB-5791:
-------------------------------------

             Summary: Cordova CLI create is broken in 3.3.0
                 Key: CB-5791
                 URL: https://issues.apache.org/jira/browse/CB-5791
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
    Affects Versions: 3.3.0
         Environment: OSX Mavericks
$ cordova --version
3.3.1-0.1.2

            Reporter: Olivier Louvignes


Project default www folder is broken:

www$ tree
.
├── config.xml
└── cordova-app-hello-world-3.3.0-01af7dc
    ├── LICENSE
    ├── NOTICE
    ├── README.md
    ├── VERSION
    └── res
        ├── icon
        │   ├── android
        │   │   ├── icon-36-ldpi.png
        │   │   ├── icon-48-mdpi.png
        │   │   ├── icon-72-hdpi.png
        │   │   └── icon-96-xhdpi.png
        │   ├── bada
        │   │   └── icon-128.png
        │   ├── bada-wac
        │   │   ├── icon-48-type5.png
        │   │   ├── icon-50-type3.png
        │   │   └── icon-80-type4.png
        │   ├── blackberry
        │   │   └── icon-80.png
        │   ├── blackberry10
        │   │   └── icon-80.png
        │   ├── ios
        │   │   ├── icon-57-2x.png
        │   │   ├── icon-57.png
        │   │   ├── icon-72-2x.png
        │   │   └── icon-72.png
        │   ├── tizen
        │   │   └── icon-128.png
        │   ├── webos
        │   │   └── icon-64.png
        │   └── windows-phone
        │       ├── icon-173-tile.png
        │       ├── icon-48.png
        │       └── icon-62-tile.png
        └── screen
            └── android
                ├── screen-hdpi-landscape.png
                ├── screen-hdpi-portrait.png
                ├── screen-ldpi-landscape.png
                ├── screen-ldpi-portrait.png
                ├── screen-mdpi-landscape.png
                ├── screen-mdpi-portrait.png
                ├── screen-xhdpi-landscape.png
                └── screen-xhdpi-portrait.png

14 directories, 32 files



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)