feathers-swagger icon indicating copy to clipboard operation
feathers-swagger copied to clipboard

adding CDN links for js and css files

Open indatawetrust opened this issue 5 years ago • 1 comments

I added CDN links for assets used in docs.html file

indatawetrust avatar Nov 21 '20 12:11 indatawetrust

Currently, the swagger-ui-dist npm package is a dependency, this change is a bit contradictive to that because you would then use a different version of swagger ui than you have in your package(-lock).json

My plan for the next major version is to remove that dependency. Then the example of using a CDN would make sense.

Mairu avatar Nov 21 '20 16:11 Mairu

The removal of the swagger-ui-dist package is now implemented and the section containing the HTML file was removed from the readme. Therefore that PR is obsolete.

https://github.com/feathersjs-ecosystem/feathers-swagger/commit/104fdb61af86d04c71b98bea9f116ab6bf33a7b9#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5

Mairu avatar Aug 23 '22 09:08 Mairu