JuliaComputing / TableView.jl

A Tables.jl compatible table viewer based on ag-grid
Other
101 stars 13 forks source link

Use Julia Artifacts for ag-grid js/css dependencies #92

Open baumgold opened 1 year ago

baumgold commented 1 year ago

Instead of downloading the js/css dependencies at build-time, use the Julia Artifacts feature to manage these files.

baumgold commented 1 year ago

This change can be modeled after JuliaPlots/Plots.jl#3023