1
0
Fork 0
satnogs-db/docs/maintenance.rst

21 lines
507 B
ReStructuredText
Raw Normal View History

2018-10-27 14:49:45 -06:00
Maintenance
===========
Updating frontend dependencies
------------------------------
The frontend dependencies are managed with `npm` as defined in the `package.json`.
The following are required to perform an update of the dependencies:
#. Bump versions in `package.json`
#. Download and install the latest version of the dependencies
$ npm install
#. Move the installed version into to satnogs-db source tree
$ ./node_modules/.bin/gulp
#. Stage & commit the updated files in `db/static/`.