CDN for component based on gitproximus and component-builder-www.
Create a JS build with the dependencies as a query string, ex. GET /build.js?component/emitter=*&component/domify=*
.
Create a CSS build with the dependencies as a query string, ex. GET /build.css?suitcss/suit=0.4.0&necolas/normalize.css=^3.0.0
.
Create a standalone, UMD.js build of a single component, ex. GET /standalone/components/jquery
.
The version is optional and can be a semantic version.
Get a zipball or tarball of a repository, ex. GET /component/emitter/tarball
.
The version is optional and can be a semantic version.
Get a specific file of a repository, ex. GET /component/emitter/master/component.json
.
The version is optional and can be a semantic version.