chore: replace gulp by a pure rollup based build

This commit is contained in:
Johannes Loher 2021-11-30 17:30:25 +01:00
parent 294fbefd0a
commit 0d6b89a3ed
16 changed files with 1772 additions and 2573 deletions

View file

@ -27,9 +27,7 @@ https://git.f3l.de/api/v4/projects/dungeonslayers%2Fds4/packages/generic/ds4/lat
In order to build this system, recent versions of `node` and `yarn` are
required. Most likely using `npm` also works but only `yarn` is officially
supported. We recommend using the latest lts version of `node`, which is
`v14.17.1` at the time of writing. If you use `nvm` to manage your `node`
versions, you can simply run
supported. We recommend using the latest lts version of `node`. If you use `nvm` to manage your `node` versions, you can simply run
```
nvm install
@ -37,7 +35,7 @@ nvm install
in the project's root directory.
You also need to install the the project's dependencies. To do so, run
You also need to install the project's dependencies. To do so, run
```
yarn install
@ -54,7 +52,7 @@ yarn build
Alternatively, you can run
```
yarn build:watch
yarn watch
```
to watch for changes and automatically build as necessary.
@ -77,7 +75,7 @@ On platforms other than Linux you need to adjust the path accordingly.
Then run
```
yarn link-project
yarn link-package
```
### Running the tests