- some enhancements

- started graph module
This commit is contained in:
weiss
2020-04-14 10:54:42 +02:00
parent a8e94c0bf6
commit 9c39c1c0d5
6 changed files with 156 additions and 40 deletions

View File

@@ -6,7 +6,7 @@
{
"label": "build_purescript",
"type": "shell",
"command": "spago bundle-app",
"command": "spago bundle-app && uglifyjs index.js --mangle --output index.min.js",
"presentation": {
"echo": true,
"focus": true,