Skip to content

Instantly share code, notes, and snippets.

View dmozzy's full-sized avatar

Daniel Moscufo dmozzy

  • Perth, Western Australia
View GitHub Profile
@dmozzy
dmozzy / project.clj
Created March 8, 2012 14:24
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"]])