Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 266 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 266 Bytes

browserify-row-flow

Log data about the flow of rows through the browserify pipeline, for debugging purposes.

Usage

$ npm install browserify-row-flow
var row_flow = require('browserify-row-flow');
browserify()
  .plugin(row_flow().plugin())