learningtapestry / metadataregistry

DEPRECATED - THIS CODE BASE IS NO LONGER MAINTAINED. Metadata Registry
Apache License 2.0
7 stars 4 forks source link

Untrack swagger-ui #64

Closed andersoncardoso closed 7 years ago

andersoncardoso commented 7 years ago

this is trivial/bikeshed, but most of our code base was comming from swagger-ui js dependencies. I've removed that, and added to gitginore. Now to run swagger locally (or do a new deploy) we just run a bin/swagger_install task once. (or rake swagger:install) This way we only track our own code. (it's almost 32k less lines of code)