Skip to content

Instantly share code, notes, and snippets.

@phated
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save phated/6818c71c81480238abcb to your computer and use it in GitHub Desktop.

Select an option

Save phated/6818c71c81480238abcb to your computer and use it in GitHub Desktop.
$ gulp-next -T
[21:22:57] Tasks for ~/test/jlongster-rebuild/gulpfile.js
[21:22:57] ├─┬ webpack
[21:22:57] │ └─┬ series
[21:22:57] │ ├── <anonymous>
[21:22:57] │ └── <anonymous>
[21:22:57] ├── regenerate
[21:22:57] ├── src
[21:22:57] ├── bin
[21:22:57] ├── watch
[21:22:57] ├─┬ run
[21:22:57] │ └─┬ series
[21:22:57] │ ├── watch
[21:22:57] │ └── <anonymous>
[21:22:57] └─┬ default
[21:22:57] └─┬ parallel
[21:22:57] ├── <anonymous>
[21:22:57] └─┬ series
[21:22:57] ├─┬ webpack
[21:22:57] │ └─┬ series
[21:22:57] │ ├── <anonymous>
[21:22:57] │ └── <anonymous>
[21:22:57] ├── regenerate
[21:22:57] └── src
├── test1
├── test2
├── test3
├── error
├─┬ ser
│ └─┬ <series>
│ ├── test1
│ └── test2
├─┬ par
│ └─┬ <parallel>
│ ├── test1
│ ├── test2
│ └── test3
├─┬ serpar
│ └─┬ <series>
│ ├─┬ ser
│ │ └─┬ <series>
│ │ ├── test1
│ │ └── test2
│ └─┬ par
│ └─┬ <parallel>
│ ├── test1
│ ├── test2
│ └── test3
└─┬ serpar2
└─┬ <series>
├─┬ <series>
│ ├── test1
│ └── test2
└─┬ par
└─┬ <parallel>
├── test1
├── test2
└── test3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment