![](https://secure.gravatar.com/avatar/39b6e181c797ef3ab2119322f7cac20b.jpg?s=120&d=mm&r=g)
16 Mar
2018
16 Mar
'18
7:18 p.m.
On Fri, Mar 16, 2018 at 11:05 AM, Lucien P <drurowin@gmail.com> wrote:
ASDF will put your static file into the FASL location without touching it then you can find it to load using ASDF:FIND-COMPONENT. One of the component's slots will have the pathname of the "compiled" file in it, you don't have to use *LOAD-TRUENAME*.
Hmm, examining the cache after running ASDF, I don't see the static files there. But I think using the component slot to get the file location is promising, I will give that a try. best, Robert Dodier