runet-censorship-bypass/extensions/chromium/runet-censorship-bypass
ilyaigpetrov aa727d9329 Fix chrome.proxy.settings shims for FireFox
Yet it still downloads pac-script twice
2020-12-06 16:43:29 +00:00
..
assets Add asset credits 2017-07-30 23:13:20 +05:00
src Fix chrome.proxy.settings shims for FireFox 2020-12-06 16:43:29 +00: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 Replace personal email with a team email, update urls 2018-11-14 19:47:34 +05:00
grep.sh Make grep sensitive again 2019-05-04 12:12:51 -05:00
gulpfile.js Clean before the build 2020-10-16 17:19:56 +00:00
package-lock.json Bump 0.0.1.48 2020-11-09 07:57:45 +00:00
package.json Make start command to build for production 2020-10-16 14:07:19 +00:00
README.md Add a note for reviewers 2020-10-17 13:44:57 +00:00

Install

Tested on:

NodeJS: v14.13.1. NPM: 6.14.8. OS: Linux Mint 20 Xfce Edition.

npm install
cd src/extension-common/pages/options/
npm install
cd -

# For debugging:
npm start 
# Use your build/extension-beta

# For production:
npm start
# Use your build/extension-full or build/extension-mini

For Reviewers

Steps to reproduce the same zip:

npm ci
cd src/extension-common/pages/options/
npm ci
cd -
npm start
# See ./build/extension-full
cd ./build/extension-full
zip -r runet-censorship-bypass-full.zip ./*

Release Instructions

  1. npm run release
  2. vim src/templates-data.js and bump version.
  3. Commit bumped version.
  4. Merge development to production (usually after deployment and testing and many patches).