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

Unified Diff: README.md

Issue 29691573: Noissue - Improve dependency management documentation (Closed)
Patch Set: Created Feb. 7, 2018, 11:44 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -67,6 +67,14 @@
rebuilding the extension you should manually force reloading it in Edge by
hitting the _Reload Extension_ button.
+#### Skip dependencies check
kzar 2018/02/12 14:06:53 Ditch the header IMO.
a.giammarchi 2018/02/12 15:02:23 Done.
+
+If you are modifying `adblockpluscore` or `adblockplusui` and you would like
kzar 2018/02/12 14:06:53 How about this? The build script calls the ensure
a.giammarchi 2018/02/12 15:02:23 Done.
+to build the dev extension, you can specify `SKIP_DEPENDENCY_UPDATES=true`
+as environment variable so that build tools will not ensure the release commit.
+
+ SKIP_DEPENDENCY_UPDATES=true ./build.py devenv -t chrome
+
Running the unit tests
----------------------
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld