-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Process iconset 16.0 2023.04.28 (#60)
* update processing script * update group icons * update examples * update examples * file cleanup * Process iconset 16.0 2023.04.28 * fix gh-light-mode on images * update AWSSymbols.md
- Loading branch information
Showing
2,062 changed files
with
26,966 additions
and
21,604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "http.server 8000", | ||
"type": "shell", | ||
"command": "cd dist && python3 -m http.server 8000" | ||
}, | ||
{ | ||
"label": "http.server CORS 8000", | ||
"type": "shell", | ||
"command": "cd dist && python3 ../scripts/http_server_cors.py" | ||
}, | ||
{ | ||
"label": "PlantUML picoweb 8080", | ||
"type": "shell", | ||
"command": "cd scripts && java -jar plantuml-mit-1.2023.7.jar -picoweb" | ||
} | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.