We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[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>
The text was updated successfully, but these errors were encountered:
openks
No branches or pull requests
[09:19:23] The following tasks did not complete: tt
[09:19:23] Did you forget to signal async completion?
tt.html
The text was updated successfully, but these errors were encountered: