mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 03:32:23 +03:00
2d39e644b8
This PR adds support for the new Vue-based GUI (aka `gui2`). The user-facing changes are primarily: * support for `./run gui2` and `./run ide2` commands (that build just the new GUI and the whole IDE package with new GUI embedded — respectively); * the top-level `test` and `lint` commands will now invoke the relevant commands on the new GUI --------- Co-authored-by: Paweł Grabarz <frizi09@gmail.com>
13 lines
443 B
YAML
13 lines
443 B
YAML
# Options intended to be common for all developers.
|
|
|
|
wasm-size-limit: 16.20 MiB
|
|
|
|
required-versions:
|
|
# NB. The Rust version is pinned in rust-toolchain.toml.
|
|
# NB. The Node version is pinned in .node-version.
|
|
cargo-watch: ^8.1.1
|
|
wasm-pack: ^0.12.1
|
|
# TODO [mwu]: Script can install `flatc` later on (if `conda` is present), so this is not required. However it should
|
|
# be required, if `conda` is missing.
|
|
# flatc: =1.12.0
|