From e3c7ce6c9eb1f001fcf1ba0abadeb61a9efaed0d Mon Sep 17 00:00:00 2001 From: Essenceia Date: Sat, 7 Jul 2018 14:41:04 +0000 Subject: [PATCH] Recommit --- examples/community/ASharedJourney/build_assets | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 examples/community/ASharedJourney/build_assets diff --git a/examples/community/ASharedJourney/build_assets b/examples/community/ASharedJourney/build_assets new file mode 100755 index 0000000..e5059c9 --- /dev/null +++ b/examples/community/ASharedJourney/build_assets @@ -0,0 +1,15 @@ +#!/bin/bash + +if ! [ -x "$(which go-bindata)" ]; then + echo '' + echo 'Error: go-bindata is not installed.' >&2 + echo 'Run "go get -u github.com/jteeuwen/go-bindata/..."' >&2 + + echo '(the "..." are important!)' + echo '' + echo 'Do not forget to add $GOPATH/bin to your $PATH :)' + echo '' + exit 1 +fi + +go-bindata -pkg assetsManager -o assets_manager/manager.go assets