I'm trying to get swagger-ui 3.0.2 working in my environment, after using 2.2.10. I've been installing with npm and then copying the contents of the swagger-ui/dist dir from my node_modules to a location that's accessible from the web.
Now, I think, I'm supposed to get both /dist and /public? But node_modules/swagger-ui doesn't have a /public dir when I install the package. There's no index.html in dist either. I see them in the repo, but not when I install with npm. There were previously a whole bunch of files. What files and directories should I be copying to my server? Is there a different npm package? Here's what I have: -rw-rw-r-- 1 feorlen feorlen 5339 Mar 19 19:31 README.md -rw-rw-r-- 1 feorlen feorlen 589 Mar 19 19:31 LICENSE drwxrwxr-x 2 feorlen feorlen 4096 Mar 27 16:46 dist -rw-rw-r-- 1 feorlen feorlen 6589 Mar 27 16:46 package.json drwxrwxr-x 3 feorlen feorlen 4096 Mar 27 16:47 node_modules and the only thing in node_modules is lodash. Thanks. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
