40ants / 40ants/staticl

Maybe document quickloading 'staticl/format/spinneret'

Abierto
#7 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Common Lisp
Estrellas
26
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

When evaluating
```lisp
(staticl:generate :root-dir "/tmp/my-site"
:stage-dir "/tmp/result")
```

I get an error:
```
; Evaluation aborted on Component "spinneret" not found, required by
; #.
```

`staticl/format/spinneret` isn't listed as a dependency in the asd file, so the systems/deps it needs don't get pulled in by default when installing staticl (which might be a good thing). In https://40ants.com/staticl/making-a-site/#initializing-static-for-the-site it might be a good idea to mention needing to quickload it to grab dependencies:

```lisp
(ql:quickload :staticl/format/spinneret)
```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.