We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b995c15 commit 8a7c2acCopy full SHA for 8a7c2ac
Makefile
@@ -25,3 +25,8 @@ clean:
25
@find ./ -name '*.pyc' -exec rm -f {} \;
26
@find ./ -name 'Thumbs.db' -exec rm -f {} \;
27
@find ./ -name '*~' -exec rm -f {} \;
28
+
29
+# Updates swagger_ui_dist files
30
+# Need to manually remove extra files added by this command
31
+upgrade_swagger_ui:
32
+ @tar --strip-components 1 -C flasgger/ui3/static/ -xvf `npm pack [email protected]` package/
0 commit comments