Skip to content

Instantly share code, notes, and snippets.

@christianberg
Created May 11, 2010 14:46
Show Gist options
  • Save christianberg/397390 to your computer and use it in GitHub Desktop.
Save christianberg/397390 to your computer and use it in GitHub Desktop.
(defproject compojureongae "0.1.0"
:description "Example app for deployoing Compojure on Google App Engine"
:namespaces [compojureongae.core]
:dependencies [[compojure "0.4.0-SNAPSHOT"]
[ring/ring-servlet "0.2.1"]]
:dev-dependencies [[leiningen/lein-swank "1.2.0-SNAPSHOT"]]
:compile-path "war/WEB-INF/classes"
:library-path "war/WEB-INF/lib")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment