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
Hi there,
I'm trying to use the given example in my simple project, but when I run the gulp task I'm entering in end-less cycle if tries to include the block from content.html.
Hi there,
I'm trying to use the given example in my simple project, but when I run the gulp task I'm entering in end-less cycle if tries to include the block from content.html.
I have this:
gulp.task('extend', () => { gulp.src('index.html') .pipe(extender({annotations:true,verbose:true})) .pipe(gulp.dest('./extend/')); });
index.html
content.html
footer.html
and I'm getting this
The text was updated successfully, but these errors were encountered: