You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/23 14:43:02 UTC

[kibble] branch master updated: some tips on building Kibble

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git


The following commit(s) were added to refs/heads/master by this push:
     new 004a7d1  some tips on building Kibble
004a7d1 is described below

commit 004a7d15d979c0500a88c23d00b55433e73451dc
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Oct 23 16:42:48 2017 +0200

    some tips on building Kibble
---
 BUILDING.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/BUILDING.md b/BUILDING.md
new file mode 100644
index 0000000..dd91b06
--- /dev/null
+++ b/BUILDING.md
@@ -0,0 +1,9 @@
+# Building Kibble #
+
+Kibble needs a few pieces put together before you can live-test changes:
+
+ - cd to `ui/js/coffee/` and run `bash combine.sh` if you changes coffee
+ - cd to `api/yaml/openapi` and run `python3 combine.py` for API changes,
+   or your new API endpoints won't be registered in the openapi.yaml.
+   Do __NOT__ modify openapi.yaml by hand, edit the right schema file or
+   script comments to set API specs.

-- 
To stop receiving notification emails like this one, please contact
['"commits@kibble.apache.org" <co...@kibble.apache.org>'].