diff --git a/plugins/heroku.lisp b/plugins/heroku.lisp index 95f5b13..dff2681 100644 --- a/plugins/heroku.lisp +++ b/plugins/heroku.lisp @@ -1,3 +1,6 @@ +(eval-when (:compile-toplevel :load-toplevel) + (ql:quickload '(hunchentoot))) + (defpackage :coleslaw-heroku (:use :cl) (:import-from #:hunchentoot :create-folder-dispatcher-and-handler diff --git a/plugins/hunchentoot.lisp b/plugins/hunchentoot.lisp deleted file mode 100644 index 47b9a2a..0000000 --- a/plugins/hunchentoot.lisp +++ /dev/null @@ -1,4 +0,0 @@ -(ql:quickload '(hunchentoot)) - -(in-package :coleslaw) -