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 |
---------------------- |