1.0.0 • Published 9 years ago

parcelify-cdn v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

parcelify-cdn

Parcelify as a service

Serves cached css resources of a npm module.

Inspired by browserify-cdn

This service runs parcelify (browserify for css) and then the output is displayed + cached.

API

GET /bundle/:module

Get the latest version of :module.

GET /bundle/:module@:version

Get a version of :module which satisfies the given :version semver range. Defaults to latest.

GET /debug-bundle/:module

GET /debug-bundle/:module@:version

The same as the prior two, except with --debug passed to parcelify.