Steve Gill created CB-13059:
-------------------------------

             Summary: Look into removing plugins directory
                 Key: CB-13059
                 URL: https://issues.apache.org/jira/browse/CB-13059
             Project: Apache Cordova
          Issue Type: Improvement
            Reporter: Steve Gill
             Fix For: cordova@8


With cordova-fetch, all modules are being saved in node_modules directly. 

Our code currently copies the plugin folder from a projects node_modules into 
plugins directory of a project. And then the plugin gets copied from the 
plugins directory into the specific platform. I propose we remove the need to 
stage plugins in the plugins directory and copy it straight from node_modules 
into platforms directory when it gets installed.

We will need to investigate fetch.json and each <platform>.json that currently 
lives in the plugins directory. Do we need these files? Why? 

I will make a more detailed proposal on cordova-discuss soon for this.





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to