Commit Graph

5 Commits

Author SHA1 Message Date
Paul van Tilburg 0808252ad2
Cargo update; fix crate names in Makefile.toml 2020-07-16 16:12:23 +02:00
Paul van Tilburg 011a4f0361
Use a separate pkg subdirectory for wasm-pack output 2020-07-16 14:40:49 +02:00
Paul van Tilburg 98d4c6083a
Improve Makefile.toml for cargo-make
* Ensure that the `build-ui`/`build-server` tasks are callable
* Add some missing task categories
* Tweak the task descriptions
2020-07-14 19:49:10 +02:00
Paul van Tilburg e6bbb62c07
Replace cargo-web by wasm-pack in build-ui task; drop copy-wasm-assets task 2020-07-14 16:51:16 +02:00
Paul van Tilburg b0a75662bf Add a cargo-make makefile
This will facilitate building each crate with the correct target,
placing the assets in the correct place before running and only
running tests on the stoptime_server crate.
2019-07-26 14:25:02 +02:00