Closed
Description
For all our JavaScript projects, we use http://www.jsdelivr.com/ as a great way to distribute our builds to clients.
One drawback is that we have to commit dist/ files to our github repository for them to be picked up by their bot.
As committing dist/ files can be tedious and error prone, we should be able to avoid it.
It seems that by combining https://github.com/jsdelivr/libgrabber#add-updatejson-schema and npm prepublish and gitignore we would be able to push our dist files to the npm repository only and then have jsdelivr pick them up from here.
What do you think @bobylito @pixelastic?