Compare commits

..

1 commit

Author SHA1 Message Date
08851addcd
feat: Option to serve Bootstrap from the filesystem
All checks were successful
/ pre-commit (push) Successful in 1m7s
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-16 09:37:37 +02:00
2 changed files with 0 additions and 11 deletions

View file

@ -19,9 +19,6 @@ archive:
release: build archive release: build archive
dependencies:
npm install
test: test:
(cd src \ (cd src \
&& go test internal/*.go \ && go test internal/*.go \

View file

@ -94,12 +94,6 @@ If you would like to download them to serve them locally:
npm install npm install
``` ```
or via `make`:
```
make dependencies
```
Then configure the local directories: Then configure the local directories:
```json ```json
@ -107,5 +101,3 @@ Then configure the local directories:
"bootstrap_directory": "./node_modules/bootstrap/dist" "bootstrap_directory": "./node_modules/bootstrap/dist"
} }
``` ```
Downloading Monaco Editor is not supported yet.