Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: README.md

Issue 29762564: Issue 6625 - Expose webpack's resolve.alias to the packagers (Closed)
Patch Set: Created April 26, 2018, 11:40 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | packagerChrome.py » ('j') | packagerChrome.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Buildtools 1 # Buildtools
2 2
3 ## Introduction 3 ## Introduction
4 4
5 Tools used to produce builds and releases of the Adblock Plus browser 5 Tools used to produce builds and releases of the Adblock Plus browser
6 extensions. Intended to be used as a dependency by the extension repositories, 6 extensions. Intended to be used as a dependency by the extension repositories,
7 not directly. 7 not directly.
8 8
9 ## Requirements 9 ## Requirements
10 10
11 - [The Jinja2 module](http://jinja.pocoo.org/docs) (>= 2.8) 11 - [The Jinja2 module](http://jinja.pocoo.org/docs) (>= 2.8)
12 - [The Pycrypto module](http://pythonhosted.org/pycrypto/) (>= 2.6.1) 12 - [The Pycrypto module](http://pythonhosted.org/pycrypto/) (>= 2.6.1)
13 - [Node.js](https://nodejs.org/) (>= 7)
13 14
14 ## Usage 15 ## Usage
15 16
16 Please refer to the documentation of the extension repositories for usage 17 Please refer to the documentation of the extension repositories for usage
17 instructions. 18 instructions.
18 19
19 20
20 ## Tests 21 ## Tests
21 22
22 As per the [Python Coding Style guide](https://adblockplus.org/en/coding-style#p ython) 23 As per the [Python Coding Style guide](https://adblockplus.org/en/coding-style#p ython)
23 this repository can be linted and tested using [Tox](https://pypi.python.org/pyp i/tox). 24 this repository can be linted and tested using [Tox](https://pypi.python.org/pyp i/tox).
24 25
25 Once [Tox is installed](https://tox.readthedocs.io/en/latest/install.html) it's 26 Once [Tox is installed](https://tox.readthedocs.io/en/latest/install.html) it's
26 easy to lint and run the tests: 27 easy to lint and run the tests:
27 28
28 tox 29 tox
29 30
30 _(Tox will take care of installing the other dependencies such as flake8 and 31 _(Tox will take care of installing the other dependencies such as flake8 and
31 flake8-abp inside a virtualenv.)_ 32 flake8-abp inside a virtualenv.)_
32 33
33 For more information about the unit tests please refer to tests/README.md. 34 For more information about the unit tests please refer to tests/README.md.
OLDNEW
« no previous file with comments | « no previous file | packagerChrome.py » ('j') | packagerChrome.py » ('J')

Powered by Google App Engine
This is Rietveld