A repo for all the shared JS across our websites
Go to file
Andy Tudhope 8c271d80c4
Merge pull request #2 from samthomson/docs/read-me-update
read me instructions
2019-01-15 10:35:02 +02:00
js remove file which was a sum of two other files 2018-12-04 18:44:38 +07:00
LICENSE Initial commit 2018-12-03 13:35:52 +02:00
README.md read me instructions 2019-01-14 16:23:32 +07:00

README.md

status-im-js

A repo for all the shared JS across our websites

How to use

To add to a new static website.

  • cd down to where you want the JS folder added. e.g. from project route: cd themes/navy/source/js
  • clone the repo as a submodule: git submodule add git@github.com:status-im/status-im-js.git shared-js
  • you can then reference files in /themes/navy/source/js/shared-js
    • e.g. in a status static site, this would be done by adding them to the js sources array in the gulp file