broccoli-vendor
v0.1.0
Published
Broccoli plugin to find non bower vendor directories
Readme
broccoli-vendor
Installation
npm install --save-dev broccoli-vendorUsage
var findVendorTrees = require('broccoli-vendor');
// Assuming we have an app that uses bower for managing dependencies in `vendor` and we also have non-bower dependencies that we would also like to store inside of the `vendor` directory
var customVendorTrees = findVendorTrees('vendor/manual_dependencies');Then pass customVendorTrees into other plugins to have the files in your bower
packages picked up by them.
