Skip to content

Commit

Permalink
remove valinna compojure stuff, "aot-uberjar" to test the macropeelin…
Browse files Browse the repository at this point in the history
…g under aot.
  • Loading branch information
ikitommi committed Jun 28, 2014
1 parent ea7142c commit d95fdd4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 76 deletions.
44 changes: 0 additions & 44 deletions examples/src/examples/vanilla_full.clj

This file was deleted.

28 changes: 0 additions & 28 deletions examples/src/examples/vanilla_routes.clj

This file was deleted.

11 changes: 7 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
:main examples.server
:dependencies [[metosin/ring-swagger-ui "2.0.16-3"]
[http-kit "2.1.18"]]}
:samples {:ring {:handler examples.handler/app
:samples {:aot :all
:ring {:handler examples.handler/app
:reload-paths ["src" "examples/src"]}
:source-paths ["examples/src"]
:dependencies [[metosin/ring-swagger-ui "2.0.16-3"]]}
:source-paths ["examples/src"]
:dependencies [[metosin/ring-swagger-ui "2.0.16-3"]
[http-kit "2.1.18"]]}
:dev {:ring {:handler examples.handler/app}
:plugins [[lein-clojars "0.9.1"]
[lein-midje "3.1.3"]
Expand All @@ -32,4 +34,5 @@
[midje "1.6.3"]]}}
:aliases {"start-samples" ["with-profile" "samples" "ring" "server"]
"start-thingie" ["with-profile" "thingie" "ring" "server"]
"http-kit-thingie" ["with-profile" "thingie" "run"]})
"http-kit-thingie" ["with-profile" "thingie" "run"]
"aot-uberjar" ["with-profile" "samples" "do" "clean," "ring" "uberjar"]})

0 comments on commit d95fdd4

Please sign in to comment.