commit
4ed4b7f384
Binary file not shown.
Binary file not shown.
BIN
bin/hugo_0.24.1_windows_amd64.exe → bin/hugo_0.26_windows_amd64.exe
Normal file → Executable file
BIN
bin/hugo_0.24.1_windows_amd64.exe → bin/hugo_0.26_windows_amd64.exe
Normal file → Executable file
Binary file not shown.
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user