From a703bcd984c5cc67af292ddd0060005678d0f30d Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Tue, 29 Jan 2013 16:11:55 -0500 Subject: [PATCH] Remove old hunchentoot plugin. Ensure hunchentoot is loaded for heroku even when not using jsmpereira's cl-buildpack. --- plugins/heroku.lisp | 3 +++ plugins/hunchentoot.lisp | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 plugins/hunchentoot.lisp 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) -