JSPM

broccoli-brocfile-loader

0.18.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13676
  • Score
    100M100P100Q146321F
  • License MIT

Find and load Brocfile.js files for use with the Broccoli asset builder

Package Exports

  • broccoli-brocfile-loader

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (broccoli-brocfile-loader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

broccoli-brocfile-loader

The algorithm to find and load the Brocfile.js build specification file.

Installation

npm install broccoli-brocfile-loader

Usage

var loadBrocfile = require('broccoli-brocfile-loader');

var tree = loadBrocfile();

Running this code will:

  1. Find a file named Brocfile.js in the current folder or any of the parent folders. The search is case-independent and will throw an error if no matching file could be found.

  2. chdir() into the folder containing the Brocfile.js.

  3. Load the Brocfile.js code via require().

License

Broccoli was originally written by Jo Liss and is licensed under the MIT license.