add windows binary
This commit is contained in:
parent
286d8059b1
commit
2f3e1c7d26
BIN
bin/hugo_0.24.1_windows_amd64bit.exe
Normal file
BIN
bin/hugo_0.24.1_windows_amd64bit.exe
Normal file
Binary file not shown.
@ -9,7 +9,7 @@ import webpack from "webpack";
|
|||||||
import webpackConfig from "./webpack.conf";
|
import webpackConfig from "./webpack.conf";
|
||||||
|
|
||||||
const browserSync = BrowserSync.create();
|
const browserSync = BrowserSync.create();
|
||||||
const hugoBin = `./bin/hugo_0.17_${process.platform}_amd64${process.platform === "windows" ? ".exe" : ""}`;
|
const hugoBin = `./bin/hugo_0.24.1_${process.platform}_amd64${process.platform === "windows" ? ".exe" : ""}`;
|
||||||
const defaultArgs = ["-d", "../dist", "-s", "site", "-v"];
|
const defaultArgs = ["-d", "../dist", "-s", "site", "-v"];
|
||||||
|
|
||||||
gulp.task("hugo", (cb) => buildSite(cb));
|
gulp.task("hugo", (cb) => buildSite(cb));
|
||||||
|
Loading…
Reference in New Issue
Block a user