1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

No typescript. Just one index.html + wasm.

This commit is contained in:
Emil Ernerfeldt
2019-01-05 22:55:09 +01:00
parent fafc802ffd
commit aa63303892
12 changed files with 146 additions and 336 deletions

View File

@@ -1,8 +1,5 @@
#!/bin/bash
set -eu
echo "Lint and clean up typescript:"
tslint --fix docs/*.ts
echo "Cargo clippy"
cargo clippy