update for hugo 0.26

This commit is contained in:
steveoh 2017-08-29 09:40:58 -06:00
parent 8af8c3e222
commit 24e41466b7
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -9,7 +9,7 @@ import webpack from "webpack";
import webpackConfig from "./webpack.conf";
const browserSync = BrowserSync.create();
const hugoBin = `./bin/hugo_0.24.1_${process.platform}_amd64${process.platform === "windows" ? ".exe" : ""}`;
const hugoBin = `./bin/hugo_0.26_${process.platform}_amd64${process.platform === "windows" ? ".exe" : ""}`;
const defaultArgs = ["-d", "../dist", "-s", "site", "-v"];
gulp.task("hugo", (cb) => buildSite(cb));