about summary refs log tree commit diff homepage
path: root/.build.jl
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-20 17:15:52 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-20 21:20:23 +0700
commit7314ab1fa7b258d1a05f3479b9349346fa0bd7c7 (patch)
treef03a43081afa625973f65f48035cde3e75d6ef52 /.build.jl
parentd3b5105565fd212f88a1fc770c0a2646bc0fa80d (diff)
downloadsite-7314ab1fa7b258d1a05f3479b9349346fa0bd7c7.tar.gz
Stop vendoring front-end libraries
Diffstat (limited to '.build.jl')
-rw-r--r--.build.jl4
1 files changed, 3 insertions, 1 deletions
diff --git a/.build.jl b/.build.jl
index c2bcf4c..8b7a09b 100644
--- a/.build.jl
+++ b/.build.jl
@@ -5,4 +5,6 @@ using NodeJS
 run(`$(npm_cmd()) install highlight.js`)
 
 using Franklin
-optimize()
+optimize(clear=true, no_fail_prerender=false,
+         suppress_errors=false, fail_on_warning=true)
+rm("__site/libs", recursive=true)