Refactor of asset bundles

This commit is contained in:
Zef Hemel
2022-10-12 11:47:13 +02:00
parent 9dd94c5397
commit 4c19ab21f2
96 changed files with 6279 additions and 770 deletions
+7
View File
@@ -102,6 +102,13 @@ To prepare the initial web and plug build run:
deno task build
```
For convenience, you can install `plugons-bundle` and `silverbullet` into your
`~/.deno/bin` folder:
```shell
deno task install
```
You can then run the server in “watch mode” (automatically restarting when you
change source files) with: