Metadata Library Deployer
serpi90 opened this issue · 0 comments
serpi90 commented
If you have static file contents, it's common to deploy them to a CDN or file server.
To do this, some metadata is necessary (media type or default cache duration), a tool for helping deployment of libraries and their metadata would be useful.
Things that should be included:
- full file path:
library-vX.Y.Z/resource.js
. - mediatype for that resource.
- cache duration (if defined) for that resource.
Ideally this should be in a single file, so when uploading, the only thing to do is read that file and upload the resources described inside.