From 123011ee1d2286e9b13e3efa409221fb620aa0d2 Mon Sep 17 00:00:00 2001 From: mike-thompson-day8 Date: Wed, 15 Apr 2015 22:34:36 +1000 Subject: [PATCH] Better description --- project.clj | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/project.clj b/project.clj index 7d2e80e..e4b4225 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject re-frame "0.3.0" - :description "A Reagent Framework For Writing SPAs, in Clojurescript" + :description "A Clojurescript MVC-like Framework For Writing SPAs Using Regent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"} :dependencies [[org.clojure/clojure "1.6.0"] @@ -20,11 +20,7 @@ :jvm-opts ["-Xmx1g" "-XX:+UseConcMarkSweepGC"] ;; :source-paths ["src"] :test-paths ["test"] - - ;; Exclude the demo code from the output of either: - ;; - lein jar - ;; - lein install - ;; :jar-exclusions [#"(?:^|\/)re-frame-demo\/"] + :cljsbuild {:builds [{:id "test" ;; currently bogus, there is no demo or tests :source-paths ["test"]