Skip to content

Commit 4ed4b7f

Browse files
authored
Merge pull request #27 from steveoh/026
update for hugo 0.26
2 parents 9ccdacc + 24e4146 commit 4ed4b7f

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import webpack from "webpack";
99
import webpackConfig from "./webpack.conf";
1010

1111
const browserSync = BrowserSync.create();
12-
const hugoBin = `./bin/hugo_0.24.1_${process.platform}_amd64${process.platform === "windows" ? ".exe" : ""}`;
12+
const hugoBin = `./bin/hugo_0.26_${process.platform}_amd64${process.platform === "windows" ? ".exe" : ""}`;
1313
const defaultArgs = ["-d", "../dist", "-s", "site", "-v"];
1414

1515
gulp.task("hugo", (cb) => buildSite(cb));

0 commit comments

Comments
 (0)