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
|
||||
|
||||
dependencies:
|
||||
npm install
|
||||
|
||||
test:
|
||||
(cd src \
|
||||
&& go test internal/*.go \
|
||||
|
|
|
|||
|
|
@ -94,12 +94,6 @@ If you would like to download them to serve them locally:
|
|||
npm install
|
||||
```
|
||||
|
||||
or via `make`:
|
||||
|
||||
```
|
||||
make dependencies
|
||||
```
|
||||
|
||||
Then configure the local directories:
|
||||
|
||||
```json
|
||||
|
|
@ -107,5 +101,3 @@ Then configure the local directories:
|
|||
"bootstrap_directory": "./node_modules/bootstrap/dist"
|
||||
}
|
||||
```
|
||||
|
||||
Downloading Monaco Editor is not supported yet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue