0.1.0 • Published 12 years ago
broccoli-vendor v0.1.0
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.
0.1.0
12 years ago