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

Did you forget to signal async completion? #4

Closed
openks opened this issue Jun 2, 2016 · 0 comments
Closed

Did you forget to signal async completion? #4

openks opened this issue Jun 2, 2016 · 0 comments
Assignees
Labels

Comments

@openks
Copy link
Owner

openks commented Jun 2, 2016

[09:19:23] The following tasks did not complete: tt
[09:19:23] Did you forget to signal async completion?

var baseF="F:/code";
gulp.task('tt', function() {
        var pre_link= require('gulp-pre-link');
    gulp.src("../dev/tt.html")
    .pipe(pre_link({baseUrl:baseF}))
    .pipe(livereload())
    .pipe(gulp.dest(config.htmlDec));
});

tt.html

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>test</title>
</head>
<body>
  <select id="test">
  </select>
</body>
</html>
@openks openks added the bug label Jun 2, 2016
@openks openks self-assigned this Jun 2, 2016
@openks openks closed this as completed Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant