client/hack
Roland Huß 0d94947366 fix(build.sh): Change from xnotify to fswatch for watching source code (#171)
While working with `build.sh --watch` it turned out the underlying
tool xnotify is not matured enough:

* It doesn't work when IntelliJ IDEA changes a file
* It can't deal with ignoring newly generated temp files (like .swp for vi)

This commit exchanges xnotify with fswatch which is much more matured.
2019-06-10 11:41:44 -07:00
..
build-flags.sh chore: Streamlined build.sh (#136) 2019-05-28 06:08:31 -07:00
build.sh fix(build.sh): Change from xnotify to fswatch for watching source code (#171) 2019-06-10 11:41:44 -07:00
generate-docs.go Regroups code to use subpackages. Finishes issue #66 (#145) 2019-06-05 16:30:38 -07:00
release.md Setup release infrastructure for Knative Client (#115) 2019-05-16 10:51:17 -07:00
release.sh Add the support to build container image for kn (#152) 2019-06-06 17:30:40 -07:00
update-deps.sh Add hack/verify-codegen.sh so CI verifies vendor/ doesn't drift (#64) 2019-04-08 10:28:58 -07:00
verify-codegen.sh Add hack/verify-codegen.sh so CI verifies vendor/ doesn't drift (#64) 2019-04-08 10:28:58 -07:00