Plots.jl/deps/build.jl
Thomas Breloff 2a3029edb4 add build.jl
2016-06-09 12:08:36 -04:00

9 lines
319 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