Skip to content

Commit

Permalink
#801 rip out bower, move to unmanaged externals
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Mar 31, 2019
1 parent 6762d0e commit 24a27ae
Show file tree
Hide file tree
Showing 100 changed files with 38,742 additions and 45,665 deletions.
55 changes: 0 additions & 55 deletions bower.json

This file was deleted.

140 changes: 0 additions & 140 deletions deprecated/make_desktop.sh

This file was deleted.

76 changes: 0 additions & 76 deletions deprecated/prepare_desktop.sh

This file was deleted.

6 changes: 2 additions & 4 deletions docs/guides/source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit 24a27ae

Please sign in to comment.