This package has been deprecated

Author message:

WARNING: This project has been renamed to y-u-no-bundle. Install using y-u-no-bundle instead.

why-you-no-bundle

1.0.1 • Public • Published

Why you no bundle?

Get a list of driver scripts in your codebase that aren't actually being built

npm install -g why-you-no-bundle

Usage

var findDriversNotBundled = require('why-you-no-bundle');
var jsRoot = 'path/to/my/javascripts/';
var requireConfig = '/path/to/my/requirejs/build/config/config.json';
 
findDriversNotBundled(jsRoot, requireConfig, function(stragglers) {
  stragglers.forEach(function(straggler) {
    console.log('sad file: ' + straggler);
  });
});

Or via the shell:

why-you-no-bundle my/js/root my/build/config.json

Readme

Keywords

Package Sidebar

Install

npm i why-you-no-bundle

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mrjoelkemp