@build-script/gulp-chain-simplify
TypeScript icon, indicating that this package has built-in type declarations

0.0.13 • Public • Published

gulp-chain-simplify

Change:

 └─┬ test
   └─┬ <series>
     ├── a1
     ├─┬ <series>
     │ ├── b1
     │ └── b2
     └── a2

Into:

 └─┬ test
   └─┬ <series>
     ├── a1
     ├── b1
     ├── b2
     └── a2

Readme

Keywords

none

Package Sidebar

Install

npm i @build-script/gulp-chain-simplify

Weekly Downloads

4

Version

0.0.13

License

MIT

Unpacked Size

13.6 kB

Total Files

9

Last publish

Collaborators

  • gongt