Compare commits
1 commit
4ee0345157
...
08851addcd
| Author | SHA1 | Date | |
|---|---|---|---|
|
08851addcd |
2 changed files with 0 additions and 11 deletions
3
Makefile
3
Makefile
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue