broccoli-vendor

0.1.0 • Public • Published

broccoli-vendor

Installation

npm install --save-dev broccoli-vendor

Usage

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.

Readme

Keywords

Package Sidebar

Install

npm i broccoli-vendor

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • samsinite