runet-censorship-bypass/extensions/chromium/runet-censorship-bypass
2018-04-06 11:29:57 +05:00
..
assets Add asset credits 2017-07-30 23:13:20 +05:00
src Reverse news order (newest top) 2018-04-06 11:29:57 +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 Exclude 'dist' from grep 2017-10-05 22:28:33 +05:00
gulpfile.js Release firefox edition separately 2017-11-28 23:23:59 +05:00
package-lock.json Replace custom code with symlink-to package 2018-02-23 16:05:56 +05:00
package.json Replace custom code with symlink-to package 2018-02-23 16:05:56 +05:00
README.md Fix typo 2018-04-04 18:20:55 +05:00
yarn.lock Add gulp-changed 2017-05-18 21:42:35 +05:00

Install

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 back: vim 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).