diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2020-12-25 22:29:00 -0700 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2020-12-25 22:29:00 -0700 |
| commit | 26986b0c67cd05be90ab52b0f6080a2ba6fa48bb (patch) | |
| tree | 64ddd7314746642c3035b147a20078398df9aad7 /project.clj | |
initial import
Diffstat (limited to 'project.clj')
| -rw-r--r-- | project.clj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/project.clj b/project.clj new file mode 100644 index 0000000..6ad56ef --- /dev/null +++ b/project.clj @@ -0,0 +1,10 @@ +(defproject org-ckons-cljs.form "0.1.0-SNAPSHOT" + :description "A small library which manages the generic form template." + :url "FIXME" + :license "public domain" + :dependencies [[org.clojure/clojure "LATEST"] + [org.clojure/clojurescript "LATEST"] + [prismatic/dommy "LATEST"] + [hiccups "LATEST"]] + :plugins [[lein-cljsbuild "LATEST"]] + :clean-targets ^{:protect false} [:target-path "out" "resources/public/cljs"]) |
