mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 19:07:59 +08:00
build fixes, text underline fixes
This commit is contained in:
@@ -162,7 +162,7 @@ gulp.task('api', function() {
|
||||
});
|
||||
|
||||
gulp.task('watch', function() {
|
||||
gulp.watch(['src/**/*.js'], ['dev-build']);
|
||||
gulp.watch(['src/**/*.js'], gulp.series(['dev-build']));
|
||||
});
|
||||
|
||||
gulp.task('default', gulp.series(['dev-build', 'watch', 'server']));
|
||||
gulp.task('default', gulp.parallel(['dev-build', 'watch', 'server']));
|
||||
|
Reference in New Issue
Block a user