[
https://issues.apache.org/jira/browse/CB-13057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16286785#comment-16286785
]
ASF GitHub Bot commented on CB-13057:
-------------------------------------
stevengill commented on a change in pull request #586: CB-13057 : Remove
cordova platform save command
URL: https://github.com/apache/cordova-lib/pull/586#discussion_r156232409
##########
File path: src/cordova/platform/remove.js
##########
@@ -79,7 +79,7 @@ function remove (hooksRunner, projectRoot, targets, opts) {
// Remove targets from platforms.json.
targets.forEach(function (target) {
events.emit('verbose', 'Removing platform ' + target + ' from
platforms.json file...');
- platformMetadata.remove(projectRoot, target);
+ // platformMetadata.remove(projectRoot, target);
Review comment:
delete
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Remove cordova platform save command
> ------------------------------------
>
> Key: CB-13057
> URL: https://issues.apache.org/jira/browse/CB-13057
> Project: Apache Cordova
> Issue Type: Improvement
> Components: cordova-lib
> Affects Versions: cordova@8
> Reporter: Steve Gill
> Assignee: Audrey So
> Labels: backlog, tools-next
> Fix For: cordova@8
>
>
> With autosaving now in place, we don't need `cordova platform save` anymore.
> By removing this command, we can also remove
> cordovaProject/platforms/platforms.json &
> cordova-lib/src/cordova/platform_metadata.js
> Deprecation notice will be added to cordova platform save until save command
> is removed in cordova@8
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]