Skip to content
Snippets Groups Projects
Verified Commit f790f2a9 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

doc: update readme #9

parent 5dd34943
No related branches found
No related tags found
No related merge requests found
...@@ -261,7 +261,17 @@ in the project. This is created with `go mod vendor`. ...@@ -261,7 +261,17 @@ in the project. This is created with `go mod vendor`.
#### JavaScript #### JavaScript
##### generate ##### Generate
```bash
bob javascript generate --input ./input/
```
If you want to disable the minification, you can use the `--development` flag.
```bash
bob javascript generate --input ./input/ --development
```
Bob can use **ESBuild** to transform JavaScript code directly from an HTML file. Bob can use **ESBuild** to transform JavaScript code directly from an HTML file.
For this, the relevant `<script>` tags must include specific attributes. For this, the relevant `<script>` tags must include specific attributes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment