You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use clean-fonts in the fonts task and you run the fonts task twice,it will fail 1 time.
If you run them separate , so first gulp task clean-fonts and then fonts,it works always.
It seems there is some problem with the creation of the 4.4.0 subdirectory data in the pipeline.
When you put a wait before the copy it works for me, you can put a wait of 50 instead of 1500,but with 1500 you see the directories dissapear and re-appear in visual studio code.
I think the bug is that the copy starts for the fonts in the directory and subdirectories while the deletion and creation of the subdirectories is still not done yet.
When you use clean-fonts in the fonts task and you run the fonts task twice,it will fail 1 time.
If you run them separate , so first gulp task clean-fonts and then fonts,it works always.
It seems there is some problem with the creation of the 4.4.0 subdirectory data in the pipeline.
When you put a wait before the copy it works for me, you can put a wait of 50 instead of 1500,but with 1500 you see the directories dissapear and re-appear in visual studio code.
I think the bug is that the copy starts for the fonts in the directory and subdirectories while the deletion and creation of the subdirectories is still not done yet.
gulp.task('fonts', ['clean-fonts'], function () {
log('Copying fonts');
return gulp
.src(config.root + config.fonts)
});
DeleteShare
The text was updated successfully, but these errors were encountered: