Skip to content

Commit

Permalink
Load whole reblocks on heroku example server compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 6, 2022
1 parent a231ed6 commit c66f266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions heroku-compile.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

(qlot:with-local-quicklisp (qlfile)
(push "./" asdf:*central-registry*)
;; To load all necessary components:
(ql:quickload "reblocks")
(ql:quickload "reblocks/doc/index")
(ql:quickload "reblocks/doc/example-server")

Expand Down

0 comments on commit c66f266

Please sign in to comment.