fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
776 stars 62 forks source link

The "@route" cl-annot macro doesn't work off the bat #45

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hey all, I kept getting an error when using the "@route" macro until including "cl-annot" in the :use portion of app.web and adding the "(annot:enable-annot-syntax)" - as this is one of the first things listed in the README (and main website of caveman2), without a mention that you have to add those things, I think they should be added to the skeleton project by default.