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
varsauce=require('gulp-cortex-html-sauce);
gulp.src("*.html").pipe(sauce({base: './dist'// base dir of output files, if ignores, file.path will be used})).pipe(gulp.dest('./dist'))