blob: 6ad56ef9060602746a41c6671d7406448a26b994 (
plain)
1
2
3
4
5
6
7
8
9
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"])
|