Information
Package | gulp-concat-limit |
Description | Concatenates files into as few files as possible without exceeding a given length limit |
Node Version | >= 0.8 |
Install
npm install gulp-concat-limit
Gulp
Example usage withvar gulp = ;var concat = ; gulp; gulp; // Rerun the task when a file changesgulp;
Parameters
fileName (required) string sizeLimit (optional) number, defaults to 25600 (200KB) options (optional); options.newLine (optional) boolean, defaults to false