diff options
author | Michael Muré <batolettre@gmail.com> | 2018-08-06 14:15:27 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-08-06 14:18:55 +0200 |
commit | 3edec36e0aa79761641ade061042c0252e43024e (patch) | |
tree | 2056ac6240f2977d290ae8dfcaa9721cb5622a38 /README.md | |
parent | 7d57ec61892dd1c25ac5621afd949a2dbc3b766c (diff) | |
download | git-bug-3edec36e0aa79761641ade061042c0252e43024e.tar.gz |
make git-bug go gettable without having to commit the builded webUI
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -75,8 +75,6 @@ This web UI is entirely packed inside the same go binary and serve static conten The web UI interact with the backend through a GraphQL API. The schema is available [here](graphql/schema.graphql). -Note: the compiled web UI is not commited in git for now so you will have to install npm packages and build it before compiling the go binary. - ## Internals Interested by how it works ? Have a look at the [data model](doc/model.md). |