flasgger icon indicating copy to clipboard operation
flasgger copied to clipboard

Use a package manager to manage node packages/JS libraries

Open reedy opened this issue 2 years ago • 1 comments

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...

reedy avatar Jun 05 '23 13:06 reedy

https://github.com/flasgger/flasgger/blob/master/Makefile#L37-L38 is "scripting" for swagger-ui

reedy avatar Jun 20 '23 19:06 reedy