Merge pull request #3232 from nikhiljindal/third_party

Moving swagger-ui files from www/swagger-ui to third_party/swagger-ui
This commit is contained in:
Brendan Burns
2015-01-05 21:38:41 -08:00
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