1.0.0 • Published 4 years ago

cdn-bundler v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

CDN Bundler

It bundles CDN sources

Install

 $ npm install -g cdn-bundler

Usage

Create .bundler file in your project which contain configuration like this:

 [
     {
        "name": "Static Libs",
        "sources": [
            "https://rajatprototype.github.io/figs/lib/figs.js",
            "https://rajatprototype.github.io/Krypton/build/Krypton.js"
        ],
        "outfile": "bundle.js"
    }
 ]

and run

 $ cdn-bundler

cdn-bundler will fetch source code from web which we defined in sources property and bundles in single file.

1.0.0

4 years ago