0.0.0 • Published 10 years ago
broccoli-buble v0.0.0
broccoli-buble
const concat = (...args) => [].concat(...args);↓
var concat = function () {
var args = [], len = arguments.length;
while ( len-- ) args[ len ] = arguments[ len ];
return var ref = [];
ref.concat.apply(ref, args);
};Installation
npm install --save-dev broccoli-bubleAPI
const broccoliBuble = require('broccoli-buble');broccoliBuble(tree , options)
tree: String or Object (broccoli tree)
options: Object (directly passed to Bublé options)
Return: Function
//Brocfile.js
const broccoliBuble = require('broccoli-buble');
module.exports = broccoliBuble('src');License
Copyright (c) 2016 Shinnosuke Watanabe
Licensed under the MIT License.
0.0.0
10 years ago