;; according to sjamaan, modules are removed by design. we have to emit them and deploy their .import.scm files. ;; adding -J to csc gives us many *.import.scm files (compile -O0 cube-server-program.scm -o cube-server -J) ;; get these in the deploy directory ;; I want to copy .import files so that (import turi notify) will work ;; from compiled code. (install-extension 'cube-server ;; <-- what? (glob "*.import.scm"))