Skip to content

[Feature Request]: consider reducing the package size for reducing bandwith and local filestorage usage #237

@t-bltg

Description

@t-bltg

Describe the bug

$ cd .julia/packages
$ du -sh * | sort -h
[...]
11M	MathTeXEngine
23M	ColorSchemes
26M	GR
29M	CSV
94M	DelaunayTriangulation  # <== this is too much !

DelaunayTriangulation is the heaviest installed package because of the shipped docs and test image files.
Even CairoMakie doesn't ship its' .png files for ReferenceTests.

Please consider storing the assets (.png files) somewhere else, for example by creating a subdir in DelaunayTriangulation.jl.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions