Plain is headed towards 1.0! Subscribe for development updates →

plain.vendor

Download those CDN scripts and styles.

What about source maps?

It's fairly common right now to get an error during plain compile that says it can't find the source map for one of your vendored files. Right now, the fix is add the source map itself to your vendored dependencies too. In the future plain vendor might discover those during the vendoring process and download them automatically with the compiled files.

1from .cli import cli
2
3__all__ = ["cli"]