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

how to run a task after sync completes #2

Open
ralyodio opened this issue Oct 10, 2014 · 1 comment
Open

how to run a task after sync completes #2

ralyodio opened this issue Oct 10, 2014 · 1 comment

Comments

@ralyodio
Copy link

//build app into ./dist directory
gulp.task('build:dist', gulpsync.sync([
  'clean:dist',
  'build:less',
  'copy:dist'
]));

I want to run a task after copy:dist completes.

@kaminaly
Copy link
Owner

//build app into ./dist directory
gulp.task('build:dist', gulpsync.sync([
  'clean:dist',
  'build:less',
  'copy:dist',
  'some:task'
]));

Is this not work?

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