about summary refs log tree commit diff homepage
path: root/.build.jl
blob: 8b7a09bb65cca8686ee1c69d7af2492faaddc130 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import Pkg
Pkg.instantiate()

using NodeJS
run(`$(npm_cmd()) install highlight.js`)

using Franklin
optimize(clear=true, no_fail_prerender=false,
         suppress_errors=false, fail_on_warning=true)
rm("__site/libs", recursive=true)