Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe document quickloading 'staticl/format/spinneret' #7

Open
zyd-n opened this issue May 15, 2024 · 1 comment
Open

Maybe document quickloading 'staticl/format/spinneret' #7

zyd-n opened this issue May 15, 2024 · 1 comment

Comments

@zyd-n
Copy link

zyd-n commented May 15, 2024

When evaluating

(staticl:generate :root-dir "/tmp/my-site"
                  :stage-dir "/tmp/result")

I get an error:

; Evaluation aborted on Component "spinneret" not found, required by
; #<PACKAGE-INFERRED-SYSTEM "staticl/format/spinneret">.

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:

(ql:quickload :staticl/format/spinneret)
@svetlyak40wt
Copy link
Member

There are two actionpoints:

  1. Improve documentation.
  2. Replace ASDF:load-system with ql:quickload in the new site's template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants