1# plain.vendor
2
3Download those CDN scripts and styles.
4
5## What about source maps?
6
7It's fairly common right now to get an error during `plain build` that says it can't find the source map for one of your vendored files.
8Right now, the fix is add the source map itself to your vendored dependencies too.
9In the future `plain vendor` might discover those during the vendoring process and download them automatically with the compiled files.