This directory contains files that are external dependencies for HTTPS Everywhere, with instructions on how to get or remake them.
$ npm install [email protected]
$ npm install [email protected]
$ curl -o codemirror.zip https://codemirror.net/codemirror-5.31.0.zip
$ unzip codemirror.zip
uglifyjs \
--compress \
--mangle \
--comments '/copyright|license/' \
--output codemirror-5.31.0.min.js \
codemirror-5.31.0/lib/codemirror.js
uglifyjs \
--compress \
--mangle \
--comments '/copyright|license/' \
--output codemirror-5.31.0.xml.min.js \
codemirror-5.31.0/mode/xml/xml.js
uglifycss \
--output codemirror-5.31.0.min.css \
codemirror-5.31.0/lib/codemirror.css
$ npm install [email protected]
$ cp node_modules/pako/dist/pako_inflate.js pako-1.0.5/pako_inflate.min.js