Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -506,11 +506,11 @@ generate-stylesheets:

.PHONY: swagger-ui
swagger-ui:
rm -Rf public/vendor/assets/swagger-ui
git clone --depth=10 -b v3.13.4 --single-branch https://github.com/swagger-api/swagger-ui.git $(TMPDIR)/swagger-ui
mv $(TMPDIR)/swagger-ui/dist public/vendor/assets/swagger-ui
rm public/vendor/assets/swagger-ui/*
git clone --depth=10 -b v3.24.3 --single-branch https://github.com/swagger-api/swagger-ui.git $(TMPDIR)/swagger-ui
mv $(TMPDIR)/swagger-ui/dist/{swagger-ui-bundle.js,swagger-ui.css,favicon,index}* public/vendor/assets/swagger-ui
rm -Rf $(TMPDIR)/swagger-ui
$(SED_INPLACE) "s;http://petstore.swagger.io/v2/swagger.json;../../../swagger.v1.json;g" public/vendor/assets/swagger-ui/index.html
$(SED_INPLACE) "s;https://petstore.swagger.io/v2/swagger.json;../../../swagger.v1.json;g" public/vendor/assets/swagger-ui/index.html

.PHONY: update-translations
update-translations:
Expand Down
67 changes: 0 additions & 67 deletions public/vendor/assets/swagger-ui/oauth2-redirect.html

This file was deleted.

85 changes: 63 additions & 22 deletions public/vendor/assets/swagger-ui/swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/vendor/assets/swagger-ui/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions public/vendor/assets/swagger-ui/swagger-ui-standalone-preset.js

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion public/vendor/assets/swagger-ui/swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/vendor/assets/swagger-ui/swagger-ui.css.map

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions public/vendor/assets/swagger-ui/swagger-ui.js

This file was deleted.

1 change: 0 additions & 1 deletion public/vendor/assets/swagger-ui/swagger-ui.js.map

This file was deleted.