broccoli-dereference

Turn symlinks into files (dereference them).


Keywords
broccoli-plugin, symlink
License
MIT
Install
npm install broccoli-dereference@0.1.0

Documentation

broccoli-dereference

The broccoli-dereference transforms a tree by turning any symlinks into files.

Installation

npm install --save-dev broccoli-dereference

Usage

var dereference = require('broccoli-dereference');
var outputTree = dereference(inputTree);
  • inputTree: A tree to copy, converting symlinks to files.