Description
Hey guys,
We are going to try switch the project to be fully automated. This will take a bit of time and will be a bit rocky at the beginning but will save every bodies time.
We currently have two auto update systems, the old one which uses NPM and will remain active until we transfer it. And a new one that uses git tags. The new one is what we will use by default but it doesn't support NPM just yet so we can only add new auto update scripts for git. We can also add the old style NPM ones I will just transfer them at a later date.
"autoupdate": {
"source": "git",
"target": "git://github.com/jashkenas/underscore.git",
"basePath": "",
"files": [
"underscore-min.js",
"underscore-min.map",
"underscore.js"
]
},
During this process, I think it's best if only I merge PR's to make sure we don't cause too many problems at once. I still need to write up documentation. So from this point on don't merge any new libraries into cdnjs. @drewfreyling @PeterDaveHello @ryankirkman