flasgger
flasgger copied to clipboard
Use a package manager to manage node packages/JS libraries
It seems management of node packages (swaggest-ui-dist and jquery, at least) is done manually (due to lack of a package.json/package-lock.json or similar files), which really isn't best practice.
It makes updating and verifiability hard.
Examples include npm, yarn, bower (deprecated so probably not a great choice), webpack...
https://github.com/flasgger/flasgger/blob/master/Makefile#L37-L38 is "scripting" for swagger-ui