Skip to content

Instantly share code, notes, and snippets.

@dmozzy
Created March 8, 2012 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmozzy/2001210 to your computer and use it in GitHub Desktop.
Save dmozzy/2001210 to your computer and use it in GitHub Desktop.
GeoTaskList tutorial #1 project.clj
;Read the blog post on this gist here http://www.digitalbricklayers.com/2012/03/geotasklist-in-jquery-mobile-and.htm
(defproject GeoTaskList "1.0.0-SNAPSHOT"
:description "Geolocated Tasklist mobile application"
:dependencies [[org.clojure/clojure "1.3.0"] [cheshire "2.2.0"] [compojure "1.0.1"]]
:dev-dependencies [[appengine-magic "0.4.7"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment