Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Bob
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Bob
Commits
f790f2a9
Verified
Commit
f790f2a9
authored
3 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
doc: update readme
#9
parent
5dd34943
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-1
11 additions, 1 deletion
README.md
with
11 additions
and
1 deletion
README.md
+
11
−
1
View file @
f790f2a9
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment