Moving swagger-ui files from www/swagger-ui to third-party/swagger-ui

and adding LICENSE and README files
This commit is contained in:
nikhiljindal
2015-01-05 15:50:19 -08:00
parent c908fbe59e
commit 1db30aeb51
30 changed files with 679 additions and 641 deletions

View File

@@ -33,7 +33,7 @@ fi
DATAFILE=pkg/ui/datafile.go
TMP_DATAFILE=/tmp/datafile.go
go-bindata -nocompress -o $DATAFILE -prefix ${PWD} -pkg ui www/...
go-bindata -nocompress -o $DATAFILE -prefix ${PWD} -pkg ui www/... third_party/swagger-ui/...
cat hooks/boilerplate.go.txt > $TMP_DATAFILE
echo "// generated by hack/build-ui.sh; DO NOT EDIT