From a4e55f00bab951c2988eb97c5122dd5a4dd2702d Mon Sep 17 00:00:00 2001 From: Essenceia Date: Sat, 7 Jul 2018 14:42:13 +0000 Subject: [PATCH] Recommit --- examples/community/ASharedJourney/build_assets | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 examples/community/ASharedJourney/build_assets diff --git a/examples/community/ASharedJourney/build_assets b/examples/community/ASharedJourney/build_assets deleted file mode 100755 index e5059c9..0000000 --- a/examples/community/ASharedJourney/build_assets +++ /dev/null @@ -1,15 +0,0 @@ -#!/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