diff --git a/gulpfile.js b/gulpfile.js index 0068dc8..b91a441 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -75,12 +75,12 @@ function svgOptimise() { function htmlCompile() { return src(htmlSrc) + .pipe(mustache()) .pipe( fileInclude({ basepath: includeBaseDir, }) ) - .pipe(mustache()) .pipe(dest(htmlDest)); }