-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This includes updates to addons-inject and local dev patterns for the library. You'll need to rebuild the wrangler container. - Refs readthedocs/common#231 To use the new image: ``` % inv docker.down % docker rmi community_wrangler % inv docker.up ... ``` Wrangler should start and mention it's listening on tcp/8000
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule common
updated
17 files
+1 −0 | .github/CODEOWNERS | |
+5 −0 | .gitignore | |
+0 −2 | dockerfiles/Dockerfile.wrangler | |
+11 −9 | dockerfiles/docker-compose.yml | |
+0 −233 | dockerfiles/force-readthedocs-addons.js | |
+1 −0 | dockerfiles/tasks.py | |
+3 −0 | packages/addons-inject/.gitignore | |
+3 −0 | packages/addons-inject/.prettierignore | |
+7 −0 | packages/addons-inject/Dockerfile | |
+325 −0 | packages/addons-inject/index.js | |
+4,152 −0 | packages/addons-inject/package-lock.json | |
+29 −0 | packages/addons-inject/package.json | |
+300 −0 | packages/addons-inject/tests/wrangler.test.js | |
+14 −0 | packages/addons-inject/vitest.config.js | |
+4 −0 | packages/addons-inject/wrangler.toml | |
+7 −1 | pre-commit-config.yaml | |
+1 −0 | prospector.yml |