0.1.1 • Published 6 years ago

gulp-file-combiner v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

gulp-file-combiner

A simple, dumb and versatile file combiner for gulp.

It's gulp-file-include just more simple and versatile.

It can also do the same as gulp-pseudoconcat-js, gulp-html-extend, gulp-include-2... and many more.

It does one thing and it does it well.

Features

  • Full customization of the syntax for detecting includes
  • It allows to modify and customize how files are accessed in the include (you can make "fake symlinks")
  • It takes in only vinyl files, allowing you to preprocess the included files (surprisingly, other libraries don't!)
  • It only outputs files that re not included by any other file

This allows it to be highly compatible with other gulp tools.

Examples

WIP

API

WIP