gulp-include
Advanced tools
Changelog
2.0.0
require
and include
no longer work the same. require
will only include a file that hasn't been included yet. See readme for details.require_tree
and require_directory
as they serve little purpose. Use globs (path/to/**/*.xxx
) instead.Changelog
1.0.1
gulp-include
ran multiple times in a row, resulting in lost includesChangelog
0.2.1
Changelog
0.2.0
require_tree
/include_tree
(Thanks to juanghurtado!)extensions
param for controlling what types of files to include