Upgrade shadow
This commit is contained in:
parent
ca2bc107f0
commit
8906a59ab1
7 changed files with 189 additions and 7 deletions
12
README.md
12
README.md
|
|
@ -4,10 +4,18 @@ The [Small Clojure Interpreter](https://github.com/borkdude/sci) exposed for usa
|
|||
|
||||
See [Github pages](https://borkdude.github.io/sci-script-tag) for usage.
|
||||
|
||||
## Dev
|
||||
## Tasks
|
||||
|
||||
Run `bb tasks` to see all available tasks:
|
||||
|
||||
```
|
||||
$ clojure -M:dev -m shadow.cljs.devtools.cli watch main
|
||||
$ bb tasks
|
||||
The following tasks are available:
|
||||
|
||||
clean Start from clean slate.
|
||||
build:dev Development build. Starts webserver and watches for changes.
|
||||
build:release Builds release artifacts.
|
||||
release Updates Github pages with new release build.
|
||||
```
|
||||
|
||||
## Credits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue