You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2019. It is now read-only.
the code is messy and under-documented, but gulp is not something we're trying
4
-
to teach, it will be cleaned up for ea3
3
+
The build process for the browser webapp is automated in the `browser/dev-tasks` directory.
5
4
6
-
renaming watched directories crashes watch
5
+
The code in this directory has evolved along with the [gulp](https://github.com/gulpjs/gulp), the task-runner that is being used.
7
6
8
-
todo
9
-
10
-
menu to
11
-
manually run unit tests
12
-
manually run e2e tests (or one e2e test maybe)
13
-
manually invoke gradlew assemble, clean, dbLoad
14
-
run or rerun gradlew bootrun
15
-
rebuild browser
16
-
17
-
e2e run against instrumented and report
18
-
19
-
xunit options for unit and e2e
20
-
7
+
At the present time, this code isn't well-documented nor is it intended to be modified. For instructions on the tasks that are supported, please see the [browser README](../README.md).
0 commit comments