Precompile

pull/119/head
Matti Pastell 2018-01-07 20:36:46 +02:00
parent b2b143c22e
commit 1341aed3d0
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
__precompile__(false)
__precompile__()
module Weave
import Highlights
using Compat
@ -204,6 +204,7 @@ include("readers.jl")
include("run.jl")
include("cache.jl")
include("formatters.jl")
include("Markdown2HTML.jl")
include("format.jl")
include("pandoc.jl")
include("writers.jl")