bit-bundler-banner
Add a banner to your bundles
Usage
install
$ npm install --save-dev bit-bundler-banner
config
Simple setup passing the string to be added to the bundle to the top.
var Bitbundler = ;var bitbundler =bundler:"bit-bundler-banner" "/*! bit-bundler-banner. Miguel Castillo. Licensed under MIT */";
You can altenatively pass a function that returns a string to be used as the banner string.
var Bitbundler = ;var bitbundler =bundler:"bit-bundler-banner" `/*! bit-bundler-banner . Miguel Castillo. Licensed under MIT */`;