gleam icon indicating copy to clipboard operation
gleam copied to clipboard

Use deps cache when generating documentation via `gleam docs build`

Open TanklesXL opened this issue 1 year ago • 2 comments

The current behaviour for the gleam docs build command is to compile the entire dependency tree from scratch each time.

It would be nice if it used the full build cache, but barring issue https://github.com/gleam-lang/gleam/issues/1970 being resolved, that doesnt seem likely.

In the meantime, it would be great if it respected the deps cache so that it only needed to recompiled the current project.

TanklesXL avatar May 06 '24 16:05 TanklesXL

Thank you

lpil avatar May 08 '24 11:05 lpil