Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 764e580

Browse files
committed
chore: browser/dev-tasks README update
Provide message that the build process isn't intended to be modified by developers in EA2.
1 parent 86d0a82 commit 764e580

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

browser/dev-tasks/README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
known issues
1+
### Browser Build Process
22

3-
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.
54

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.
76

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

Comments
 (0)