RunSequence with callback
See original GitHub issueHi, is it possible to set a callback for when $.Velocity.RunSequence(queue) is complete? If so, how do you do it? I can’t seem to get it going.
I’ve tried
$.Velocity.RunSequence(queue).then(function() {
console.log('test');
});
with no success.
Issue Analytics
- State:
- Created 9 years ago
- Reactions:2
- Comments:18 (2 by maintainers)
Top Results From Across the Web
gulp4-run-sequence - npm
Start using gulp4-run-sequence in your project by running `npm i gulp4-run-sequence`. ... gulp.task('build', function (callback) {.
Read more >Can't seem to pass a callback…? · Issue #74 - GitHub
I can't seem to pass a callback to run-sequence as the last param as described in the docs.
Read more >run-sequence.runSequence JavaScript and Node.js ... - Tabnine
Task that compiles the app, // starts a webserver, watches app directory for changes, // and on change recompiles, and tells livereload to...
Read more >run-sequence doesn't run gulp tasks in order - Stack Overflow
I'm confused by the use of "callback". Running the tasks individually works fine. var gulp = require('gulp'); var runSequence = ...
Read more >gulp4-run-sequence: Docs, Community, Tutorials | Openbase
gulp4-run-sequence documentation and community, including tutorials, reviews, ... the callback function. gulp.task('breakfast', function (callback) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@julianshapiro was the ability to include a function as an array item ever added? Better yet, support for
RunSequence.then()
added?Might get this in v1 - depends if I have time, not quite a bug, but close enough to be worth it 😉