Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gulp.series not working and also displayName not working #1937

Closed
roytz opened this issue Apr 7, 2017 · 2 comments
Closed

gulp.series not working and also displayName not working #1937

roytz opened this issue Apr 7, 2017 · 2 comments

Comments

@roytz
Copy link

roytz commented Apr 7, 2017

What were you expecting to happen?

  1. Gulp tasks to run one after the other (and not parallel).
  2. Display the functions name I use (and not ).

What actually happened?

  1. Seems like the tasks ran in parallel
  2. Functions display as .

Please post a sample of your gulpfile (preferably reduced to just the bit that's not working)
image
The functions are simple exec functions such as-

gulp.task('setup-dependencies', callback => exec("yarn", { cwd: '/somePlace' }));

and some gulp tasks call functions which I set an attribute of 'displayName' for.

What version of gulp are you using?
#4.0

What versions of npm and node are you using?
node 7.8.0
npm 4.2.0
yarn 0.21.3

@roytz
Copy link
Author

roytz commented Apr 7, 2017

my mistake. sorry. closing

@roytz roytz closed this as completed Apr 7, 2017
@yawlhead91
Copy link

What was you solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants