Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8904B178EB for ; Tue, 27 Jan 2015 14:54:34 +0000 (UTC) Received: (qmail 18512 invoked by uid 500); 27 Jan 2015 14:54:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 18486 invoked by uid 500); 27 Jan 2015 14:54:34 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 18417 invoked by uid 99); 27 Jan 2015 14:54:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2015 14:54:34 +0000 Date: Tue, 27 Jan 2015 14:54:34 +0000 (UTC) From: "sandstrom (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-8150) Add a `--noprepare` flag to `cordova run` MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-8150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sandstrom updated CB-8150: -------------------------- Description: `cordova run` has the excellent `--nobuild` flag, which makes it possible to skip building (when `cordova build` is called manually). Similarly, it would be neat if a `--noprepare` flag was available. This allows for more fine-grained control over `run`. In our case, we want to do adjustments to files after calling `cordova prepare` (similar to the hooks, but we've implemented it a bit differently), and this is impossible since `cordova run` will call `prepare`, undoing our changes. was: `cordova run` has the excellent `--nobuild` flag, which makes it possible to skip building (if cordova build was called manually). Similarly, it would be neat if a `--noprepare` flag was available. This allows for more fine-grained control over run. In our case, we want to do adjustments to files after calling `cordova prepare` (similar to the hooks, but we've implemented it a bit differently), and this is impossible since `cordova run` will call `prepare`, undoing our changes. > Add a `--noprepare` flag to `cordova run` > ----------------------------------------- > > Key: CB-8150 > URL: https://issues.apache.org/jira/browse/CB-8150 > Project: Apache Cordova > Issue Type: Improvement > Components: CLI > Affects Versions: 4.0.0 > Reporter: sandstrom > Priority: Minor > > `cordova run` has the excellent `--nobuild` flag, which makes it possible to skip building (when `cordova build` is called manually). > Similarly, it would be neat if a `--noprepare` flag was available. > This allows for more fine-grained control over `run`. > In our case, we want to do adjustments to files after calling `cordova prepare` (similar to the hooks, but we've implemented it a bit differently), and this is impossible since `cordova run` will call `prepare`, undoing our changes. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org