Can you import dependencies from your other plunks?
Is it possible to import my other plunker as a library in a new plunker? Say, I've built a few AngularJS directives in a plunker. Can I reuse them in my other plunkers? Geoff Goodman You absolutely can refer from one plunk to another, but the mechanics to do so are not very well exposed. Historically, Plunker didn't expose this to users by design. In future versions, Plunks will be publishable as semver versioned packages to the package manager and this sort of thing will automatically be wired up for you. To use the type of setup you propose in Plunker today, you can: Create your new