Plots.jl/deps/build.jl
femtocleaner[bot] d68829820b Fix deprecations
2018-06-30 23:15:27 +00:00

9 lines
320 B
Julia

#TODO: download https://cdn.plot.ly/plotly-latest.min.js to deps/ if it doesn't exist
local_fn = joinpath(dirname(@__FILE__), "plotly-latest.min.js")
if !isfile(local_fn)
@info("Cannot find deps/plotly-latest.min.js... downloading latest version.")
download("https://cdn.plot.ly/plotly-latest.min.js", local_fn)
end