parcelify-cdn

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i parcelify-cdn

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • greenify