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

Unified Diff: README.md

Issue 29851630: Issue 6844 - Update buildtools to 1b51de5f632c / 444c380 (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/file/cc94e6a12457
Patch Set: Created Aug. 9, 2018, 7:46 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index f90b53dc217b699cd9e453233ecfd21f08709c0f..3d07257a906e2d6d82fc5b949e5876d14d7a5882 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,14 @@ Building
- For signed builds: [PyCrypto module](https://www.dlitz.net/software/pycrypto/)
- [Node.js](https://nodejs.org/) (>= 7)
+### Switching sources between platforms
kzar 2018/08/09 09:32:20 I'm usually in favour of more documentation, but I
tlucas 2018/08/09 09:42:35 Done.
+
+You can define different sources for different platforms (e.g. different
+storage backends). To do this add a [module_alias] section to the target
+platform's metadata file, adhering to webpack's
+[resolve.alias](https://webpack.js.org/configuration/resolve/#resolve-alias)
+machinery.
+
### Building the extension
Run one of the following commands in the project directory, depending on your
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld