You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced in whatwg#114, this script
was a good stopgap for getting dev-edition search working again.
However, as of whatwg/wattsi#56, we were able to
get Wattsi to output the search-index.json file while it was doing all
its other processing, so this is no longer necessary. That frees us from
the Python dependency and increases the build speed.
Copy file name to clipboardExpand all lines: README.md
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,6 @@ To build locally, you'll need the following commands installed on your system:
22
22
23
23
-`curl`, `grep`, `perl`, `unzip`
24
24
25
-
Additionally, unless you use the `--no-post` flag, you'll need the following:
26
-
27
-
-`python`, `virtualenv`
28
-
- Various dev dependencies usually provided by the `python-dev` package
29
-
30
25
Optionally, for faster builds, you can install [Wattsi](https://github.com/whatwg/wattsi). If you don't bother with that, the build will use [Wattsi Server](https://github.com/domenic/wattsi-server), which requires an internet connection.
0 commit comments