From cfbe4e42ba2728906b5fbbdc392d5af93eea899b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20von=20der=20Gr=C3=BCn?= Date: Tue, 18 Sep 2018 11:31:12 -0400 Subject: [PATCH] Remove browserify instructions from README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 71ef1364e..d46fbbc93 100644 --- a/README.md +++ b/README.md @@ -78,16 +78,6 @@ To compile the js for all platforms but pass in a custom path for your cordova-a grunt compile --android='../custompath/cordova-android' --ios='../custompath/cordova-ios' -To create the browserify version of the js, run: - - grunt compile-browserify --platformVersion=4.0.0 - -To compile the browserify version of the js for just one platform, run: - - grunt compile-browserify:android --platformVersion=4.0.0 - -NOTE: browserify method does not support custom paths for platform repos. - For integration, see the 'Integration' section below. ## Known Issues