summaryrefslogtreecommitdiff
path: root/docs/guides/source.rst
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-03-31 07:26:37 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-03-31 07:26:37 -0400
commit71114877e8e5409e37dc5a4c03015408f8e905fc (patch)
tree4d939c212d0fd21ba360012022e208be61f92e53 /docs/guides/source.rst
parentf02d53b6318e2bf492a5b7d6c0c7b2f6de3bb8dd (diff)
#801 rip out bower, move to unmanaged externals
Diffstat (limited to 'docs/guides/source.rst')
-rw-r--r--docs/guides/source.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/guides/source.rst b/docs/guides/source.rst
index c1956657..deb0b95e 100644
--- a/docs/guides/source.rst
+++ b/docs/guides/source.rst
@@ -58,12 +58,12 @@ Dec 2018, I'm using Node ``v8.11.2``. I use
`n <https://github.com/tj/n>`__ to manage node versions and switch
between them.
-Install cordova, ionic, and bower
+Install cordova and ionic
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code:: bash
- npm install -g cordova ionic bower
+ npm install -g cordova ionic
npm install @ionic/v1-toolkit --save-dev
And some more:
@@ -101,7 +101,6 @@ Configure build configure zmNinja and get all required plugins
cd zmNinja
npm install
- bower install
ionic cordova platform add android (or ios)
cordova prepare
@@ -210,7 +209,6 @@ Typically, just running
::
npm install
- bower install
Should have installed everything. Validate by checking you have
``electron`` installed by invoking it on the command line