Removing draft flag from buildHugo gulp function

This commit is contained in:
2020-07-23 01:12:17 +01:00
parent 230dae6846
commit b532304ca8

View File

@@ -27,7 +27,8 @@ async function buildSearch(cb) {
// Function to build the Hugo project
async function buildHugo(cb) {
await execFile("hugo", ["-D", "--minify"]);
// await execFile("hugo", ["-D", "--minify"]);
await execFile("hugo", ["--minify"]);
}
// Function to minify images