runet-censorship-bypass/extensions/chromium/runet-censorship-bypass
2018-05-09 19:23:14 +05:00
..
assets Add asset credits 2017-07-30 23:13:20 +05:00
src Remove a deprecated url for AC-PAC 2018-05-09 19:23:14 +05:00
tools Move common test routines into modules 2017-05-02 11:55:01 -07:00
.eslintrc.js Lint with google and fix a potential bug 2017-02-23 07:56:49 +00:00
.gitignore Add *.swp to gitignore 2017-05-21 15:05:10 -07:00
description.md Rename files, more verbose instructions 2017-11-25 20:30:46 +05:00
grep.sh Make grep respect ./*.js 2018-05-09 15:56:43 +05:00
gulpfile.js Release firefox edition separately 2017-11-28 23:23:59 +05:00
package-lock.json npm update 2018-05-09 15:51:18 +05:00
package.json npm update 2018-05-09 15:51:18 +05:00
README.md Advise against nodejs 10 2018-05-09 15:53:27 +05:00
yarn.lock Add gulp-changed 2017-05-18 21:42:35 +05:00

Install

Nodejs 10 and gulp have issues, use nodejs 8 instead for a while.

npm install
cd src/extension-common/pages/options/
npm install
cd -
npm start
use your build/extension-beta

Release

  1. vim src/extension-common/pages/options/src/components/App.js
  2. Change github link there.
  3. npm run release
  4. Change App.js back to original: git checkout src/extension-common/pages/options/src/components/App.js
  5. vim src/templates-data.js and bump version.
  6. Commit bumped version.
  7. Merge development to production (usually after deployment and testing and many patches).