MinimalViewer
MinimalViewer copied to clipboard
Make statics available through CDN and start versioning
Right now is a little bit annoying having to update manually the minimal_viewer.js for the projects. It would be nice to have available the minimal_viewer.js and the css/app.css through a CDN.
It is also worth to consider to start versioning the component.
@MiguelBel general rule is keep the source free of build files + use a buildtool to build and deploy to your server - Travis CI for example, which would be free for this project
@mitchellbusby Thanks! I'll check some tools to see which it fits.