Remove old hunchentoot plugin. Ensure hunchentoot is loaded for heroku even when not using jsmpereira's cl-buildpack.
This commit is contained in:
parent
26749ee1d3
commit
a703bcd984
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
(ql:quickload '(hunchentoot))
|
||||
|
||||
(in-package :coleslaw)
|
||||
|
Loading…
Add table
Reference in a new issue