1.0.0 • Published 8 years ago

broccoli-cdnizer v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

broccoli-cdnizer Build Status

Broccoli plugin for replacing local links with CDN links, includes fallbacks and customization.

Issues with the output should be reported on the Cdnizer issue tracker.

Install

$ npm install --save-dev broccoli-cdnizer

Usage

var cdnizer = require('broccoli-cdnizer');
tree = cdnizer(tree, options);

API

cdnizer(tree, options)

See the cdnizer options.

License

MIT © Dakal Oleksandr