Sergey Grebnov created CB-7205:
----------------------------------

             Summary: Configurable CLI directories structure
                 Key: CB-7205
                 URL: https://issues.apache.org/jira/browse/CB-7205
             Project: Apache Cordova
          Issue Type: New Feature
          Components: CLI, CordovaLib
            Reporter: Sergey Grebnov
            Assignee: Sergey Grebnov


See "Directory Structure - CLI directory config proposal" mail thread for more 
detals

On Mon, Jul 7, 2014 at 10:41 AM, Lisa Seacat DeLuca <[email protected]>
wrote:

> I wanted to start a discussion on this dev list about potentially 
> adding a config setting for the CLI that defines the directory 
> structure to use for creating and building cordova projects.  There 
> are many products that are built on top of Cordova that have different 
> directory structures than Cordova.  This can be scary to the product 
> teams when it comes to migration as there is no guarantee that the 
> directory structure for Cordova isn't going to drastically change.
>
> Is anyone aware of any semantic issues that would cause problems by 
> creating the proposed config setting?

...

A few particular examples people were interesting in

1. Dedicated 'app' folder which could be linked to git

platforms/
    android/
    ios/
plugins/
    ...
app/
    merges/
        ...
    www/
        ...
    README.md
    config.xml
    docs/
    etc...

2. Cordova integrated to existing app (www folder content is stored in project 
root folder, other components are in  cordova_components)

MyApp/
  cordova_components/
    platforms/
    plugins/
  bower_components/...
  node_modules/...
  ...Rest of contents of MyApp are basically www/




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

Reply via email to