about summary refs log tree commit diff homepage
path: root/.builds/franklin.jl
diff options
context:
space:
mode:
Diffstat (limited to '.builds/franklin.jl')
-rw-r--r--.builds/franklin.jl6
1 files changed, 6 insertions, 0 deletions
diff --git a/.builds/franklin.jl b/.builds/franklin.jl
new file mode 100644
index 0000000..c090540
--- /dev/null
+++ b/.builds/franklin.jl
@@ -0,0 +1,6 @@
+import Pkg
+Pkg.instantiate()
+
+using Franklin
+optimize(clear=true, minify=false, no_fail_prerender=false,
+         suppress_errors=false, fail_on_warning=true)