We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f5344 commit 123011eCopy full SHA for 123011e
project.clj
@@ -1,5 +1,5 @@
1
(defproject re-frame "0.3.0"
2
- :description "A Reagent Framework For Writing SPAs, in Clojurescript"
+ :description "A Clojurescript MVC-like Framework For Writing SPAs Using Regent."
3
:url "https://github.com/Day8/re-frame.git"
4
:license {:name "MIT"}
5
:dependencies [[org.clojure/clojure "1.6.0"]
@@ -20,11 +20,7 @@
20
:jvm-opts ["-Xmx1g" "-XX:+UseConcMarkSweepGC"] ;;
21
:source-paths ["src"]
22
:test-paths ["test"]
23
-
24
- ;; Exclude the demo code from the output of either:
25
- ;; - lein jar
26
- ;; - lein install
27
- ;; :jar-exclusions [#"(?:^|\/)re-frame-demo\/"]
+
28
29
:cljsbuild {:builds [{:id "test" ;; currently bogus, there is no demo or tests
30
:source-paths ["test"]
0 commit comments