Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN git clone 'https://github.com/z3prover/z3' --branch=z3-4.8.11 \

RUN curl -sSL https://get.haskellstack.org/ | sh

RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --yes nodejs
Expand Down
2 changes: 0 additions & 2 deletions web/build-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ const { cleanUpFiles, generatePagesFromMarkdownFiles } = require("k-web-theme");
const path = require("path");
const fs = require("fs");

cleanUpFiles(path.resolve(__dirname, "./public_content/"));

const pageTemplate = fs
.readFileSync("./static_content/html/page_template.html")
.toString("utf-8");
Expand Down
Loading