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

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

using Franklin
optimize()