- avoid
- build archers and knights
This commit is contained in:
weiss
2020-04-10 05:24:09 +02:00
parent 80038b3883
commit 3e8a95a6b1
6 changed files with 129 additions and 834 deletions

View File

@@ -15,12 +15,13 @@
"group": {
"kind": "build",
"isDefault": true
}
},
"problemMatcher": []
},
{
"label": "build_purescript_old",
"type": "shell",
"command": "spago bundle-app && sed -i \"$ d\" index.js && uglifyjs index.js --compress --mangle --output index.js",
"command": "spago bundle-app && uglifyjs index.js --compress --mangle --output index.js",
"group": "build"
}
]